My previous patches deleting logger and alarm-dev from staging missed the android Makefile.
This patch cleans up the Makefile to remove the now non-existent files. Cc: Rom Lemarchand <[email protected]>, Cc: Mark Salyzyn <[email protected]>, Cc: Kees Cook <[email protected]>, Cc: Android Kernel Team <[email protected]>, Cc: Greg KH <[email protected]> Cc: Valentin Rothberg <[email protected]>, Cc: Greg Hackmann <[email protected]>, Cc: Elliott Hughes <[email protected]>, Cc: Todd Poynor <[email protected]>, Reported-by: Paul Bolle <[email protected]> Signed-off-by: John Stultz <[email protected]> --- drivers/staging/android/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/android/Makefile b/drivers/staging/android/Makefile index 479b2b8..c7b6c99 100644 --- a/drivers/staging/android/Makefile +++ b/drivers/staging/android/Makefile @@ -3,10 +3,8 @@ ccflags-y += -I$(src) # needed for trace events obj-y += ion/ obj-$(CONFIG_ASHMEM) += ashmem.o -obj-$(CONFIG_ANDROID_LOGGER) += logger.o obj-$(CONFIG_ANDROID_TIMED_OUTPUT) += timed_output.o obj-$(CONFIG_ANDROID_TIMED_GPIO) += timed_gpio.o obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER) += lowmemorykiller.o -obj-$(CONFIG_ANDROID_INTF_ALARM_DEV) += alarm-dev.o obj-$(CONFIG_SYNC) += sync.o sync_debug.o obj-$(CONFIG_SW_SYNC) += sw_sync.o -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

