aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-02-04 17:00:32 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-02-04 17:00:32 -0800
commit956d88d06343bda78578ef5be6e4db0cefb6cb24 (patch)
treef5444618f3215944d3a83a02e5632d86c47f1b10
parentdac4751f0009a263f5586c9de11e119a80d6e9f4 (diff)
parent601480a0265188593f82986b641e33583fb3aabb (diff)
downloadkernel-headers-956d88d06343bda78578ef5be6e4db0cefb6cb24.tar.gz
am 601480a0: am b56f9987: Merge "Add the missing msm_ion.h."
# Via Android Git Automerger (1) and others * commit '601480a0265188593f82986b641e33583fb3aabb': Add the missing msm_ion.h.
-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