aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-02-01 18:19:55 -0800
committerElliott Hughes <enh@google.com>2013-02-01 18:20:26 -0800
commitbbd450fdf7176fe874855494566594122a08f3cb (patch)
tree3021029ef132df591d4980a1ce148f077709aed3
parent4f483fb7c8e879513d3034c7d8c6528f1168a136 (diff)
downloadkernel-headers-bbd450fdf7176fe874855494566594122a08f3cb.tar.gz
Add the missing msm_ion.h.
Bug: 8000377 Change-Id: I75eb615dc54a2de71ba4b9777126bfd778e4e6fa
-rw-r--r--original/linux/msm_ion.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/original/linux/msm_ion.h b/original/linux/msm_ion.h
new file mode 100644
index 0000000..0e28e54
--- /dev/null
+++ b/original/linux/msm_ion.h
@@ -0,0 +1,22 @@
+/*
+ * include/linux/ion.h
+ *
+ * Copyright (c) 2012, Code Aurora Forum. All rights reserved.
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ */
+
+#ifndef _LINUX_MSM_ION_H
+#define _LINUX_MSM_ION_H
+
+#include <linux/ion.h>
+
+#endif