Browse Source

ath6kl: remove AR600x_CUSTOM_XXX define

There already is a CONFIG_AR600x_CUSTOM_XXX if this is
desired to be used.

Cc: Naveen Singh <nsingh@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Luis R. Rodriguez 14 years ago
parent
commit
5b1978ee00
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/staging/ath6kl/Makefile

+ 0 - 4
drivers/staging/ath6kl/Makefile

@@ -29,10 +29,6 @@ ccflags-y += -I$(obj)/os
 ccflags-y += -I$(obj)/bmi/include
 ccflags-y += -I$(obj)/include/common/AR6002/hw4.0
 
-ifeq ($(CONFIG_AR600x_CUSTOM_XXX),y)
-ccflags-y += -DAR600x_CUSTOM_XXX
-endif
-
 ifeq ($(CONFIG_ATH6KL_ENABLE_COEXISTENCE),y)
 ccflags-y += -DENABLE_COEXISTENCE
 endif