[PATCH] ion: Disable ION, as it doesn't build

From: John Stultz
Date: Fri Dec 13 2013 - 19:56:53 EST


Since the ion patches are forward ported from 3.10, they
won't build. So disable it from the build for now and we'll
re-enable it after things are building again.

Signed-off-by: John Stultz <john.stultz@xxxxxxxxxx>
---
drivers/staging/android/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/android/Makefile b/drivers/staging/android/Makefile
index 0a01e191..29c5ff0 100644
--- a/drivers/staging/android/Makefile
+++ b/drivers/staging/android/Makefile
@@ -1,6 +1,7 @@
ccflags-y += -I$(src) # needed for trace events

-obj-y += ion/
+# ION doesn't build just yet, so disable it from the build
+#obj-y += ion/

obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o
obj-$(CONFIG_ASHMEM) += ashmem.o
--
1.8.3.2


--------------030304040208070307080609
Content-Type: text/x-diff;
name="0117-ion-Reenable-the-build.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="0117-ion-Reenable-the-build.patch"