rtl8192e: remove stale defines from ccflags-y
authorStefan Lippers-Hollmann <s.L-H@gmx.de>
Tue, 15 Nov 2011 10:24:49 +0000 (11:24 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 01:19:24 +0000 (17:19 -0800)
Code paths using these defines have been removed long time ago,
now remove stale references from injected ccflags-y.

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192e/Makefile

index a66a9ad..80c2c83 100644 (file)
@@ -1,8 +1,5 @@
-ccflags-y += -DUSE_FW_SOURCE_IMG_FILE
 ccflags-y += -DCONFIG_PM_RTL
-ccflags-y += -DCONFIG_PM
 ccflags-y += -DHAVE_NET_DEVICE_OPS
-ccflags-y += -DENABLE_DOT11D
 
 r8192e_pci-objs :=             \
        rtl_core.o              \