linux/drivers/staging/android
Paul Gortmaker 30d7979259 drivers/staging: make android ion_page_pool.c explicitly non-modular
The Kconfig currently controlling compilation of this code is:

drivers/staging/android/ion/Kconfig:menuconfig ION
drivers/staging/android/ion/Kconfig:    bool "Ion Memory Manager"

...meaning that it currently is not being built as a module by anyone.

Lets remove the modular code that is essentially orphaned, so that
when reading the driver there is no doubt it is builtin-only.

Since module_init translates to device_initcall in the non-modular
case, the init ordering remains unchanged with this commit.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Arve Hjønnevåg" <arve@android.com>
Cc: Riley Andrews <riandrews@android.com>
Cc: devel@driverdev.osuosl.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-12 21:12:17 -07:00
..
ion drivers/staging: make android ion_page_pool.c explicitly non-modular 2015-10-12 21:12:17 -07:00
trace
uapi staging: android: Fix checkpatch block comments warnings 2015-09-29 04:22:31 +02:00
ashmem.c staging: android: Remove /** from regular comments 2015-10-04 08:31:07 +01:00
ashmem.h
Kconfig staging: android: fix typo 2015-09-12 18:24:57 -07:00
lowmemorykiller.c android, lmk: Send SIGKILL before setting TIF_MEMDIE. 2015-10-04 13:07:52 +01:00
Makefile staging: Remove logger and alarm-dev from android Makefile 2015-01-28 11:32:39 -08:00
sw_sync.c staging: android: fix coding style checks in sw_sync.c 2015-09-12 18:24:27 -07:00
sw_sync.h staging: android: sw_sync: checkpatch fixes 2014-09-19 16:35:53 -07:00
sync_debug.c Staging: android: fix line length coding style issue in sync_debug.c 2015-01-17 16:17:11 -08:00
sync.c staging: android: sync: Fix memory corruption in sync_timeline_signal(). 2015-03-26 10:58:51 +01:00
sync.h staging: android: Remove unnecessary externs 2015-08-14 17:38:15 -07:00
timed_gpio.c Staging: android: timed_gpio.c: fix coding style errors 2015-08-05 11:55:44 -07:00
timed_gpio.h
timed_output.c Staging: android: timed_output.c: use kstrtoint() instead of sscanf() 2014-07-30 17:17:02 -07:00
timed_output.h
TODO staging/android: Update ION TODO per LPC discussion 2015-09-13 09:28:27 -07:00