summaryrefslogtreecommitdiff
path: root/drivers/gpu/ion/compat_ion.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2013-11-07 12:25:56 -0800
committerColin Cross <ccross@android.com>2013-11-07 13:28:41 -0800
commit8cb378f23cb15b6d7e5d57bde7bac8f157c9d301 (patch)
tree6211920c7077f16a0f33017610cc121a5f0726d3 /drivers/gpu/ion/compat_ion.h
parent3922298f52d193d5e014bf4d28e423cf7bd0b50e (diff)
downloadolio-linux-3.10-8cb378f23cb15b6d7e5d57bde7bac8f157c9d301.tar.xz
olio-linux-3.10-8cb378f23cb15b6d7e5d57bde7bac8f157c9d301.zip
ion: move into staging
Move ion from drivers/gpu/ion to drivers/android/staging/ion. Change-Id: Id6e996aa3954cbb8e1a8abc9578a56204f5eb211 Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'drivers/gpu/ion/compat_ion.h')
-rw-r--r--drivers/gpu/ion/compat_ion.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/drivers/gpu/ion/compat_ion.h b/drivers/gpu/ion/compat_ion.h
deleted file mode 100644
index 3a9c8c08c24..00000000000
--- a/drivers/gpu/ion/compat_ion.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
-
- * drivers/gpu/ion/compat_ion.h
- *
- * Copyright (C) 2013 Google, Inc.
- *
- * 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_COMPAT_ION_H
-#define _LINUX_COMPAT_ION_H
-
-#if IS_ENABLED(CONFIG_COMPAT)
-
-long compat_ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
-
-#else
-
-#define compat_ion_ioctl NULL
-
-#endif /* CONFIG_COMPAT */
-#endif /* _LINUX_COMPAT_ION_H */