linux/drivers/staging/android
Paul Gortmaker 9c583af90a drivers/staging/android: don't use modular references in sync_debug.c
In commit 8a00448461 ("staging/android:
create a 'sync' dir for debugfs information"), modular references were
introduced to this file.  However if we look, we find:

drivers/staging/android/Makefile:obj-$(CONFIG_SYNC) += sync.o sync_debug.o

drivers/staging/android/Kconfig:config SYNC
drivers/staging/android/Kconfig:        bool "Synchronization framework"

This file isn't currently buildable as a module, and hence the code
for module_exit is just dead code.  Remove it and the module.h include.

Cc: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-14 16:35:00 -08:00
..
ion ion:synchronize debugfs callback and ion_client_destroy 2016-02-07 17:34:58 -08:00
trace staging/android: remove SYNC_WAIT ioctl 2016-02-07 17:34:58 -08:00
uapi staging/android: remove len field from struct sync_fence_info 2016-02-07 17:34:58 -08:00
ashmem.c staging: ashmem: Avoid deadlock with mmap/shrink 2016-02-07 17:34:58 -08:00
ashmem.h
Kconfig staging/android: move SW_SYNC_USER to a debugfs file 2016-02-07 17:34:58 -08:00
lowmemorykiller.c staging: lowmemorykiller: Make default lowmemorykiller debug message useful 2016-02-07 17:34:58 -08:00
Makefile
sw_sync.c staging/android: remove driver_data from struct sync_fence_info 2016-02-07 17:34:58 -08:00
sw_sync.h staging/android: remove struct sync_pt 2016-02-07 17:34:58 -08:00
sync_debug.c drivers/staging/android: don't use modular references in sync_debug.c 2016-02-14 16:35:00 -08:00
sync.c staging/android: remove len field from struct sync_fence_info 2016-02-07 17:34:58 -08:00
sync.h staging/android: remove driver_data from struct sync_fence_info 2016-02-07 17:34:58 -08:00
timed_gpio.c staging: android: remove multiple blank lines 2015-11-15 20:02:47 -08:00
timed_gpio.h
timed_output.c drivers/staging: make android timed_output.c explicitly non-modular 2015-10-12 21:12:17 -07:00
timed_output.h
TODO staging/android: add TODO to de-stage android sync framework 2015-12-14 11:05:45 -08:00