summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/miscdrv/common_drv.c
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vasanth@atheros.com>2011-05-04 14:23:56 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-06 09:31:55 -0700
commitb83963b3c4b5078757d20a8eeafadc51401c5b52 (patch)
treeb13ad6430390cfcd2e6dd212e1ab279dacb047f0 /drivers/staging/ath6kl/miscdrv/common_drv.c
parenteb050f4c014d5d72c01db91843fe139dcc1cb292 (diff)
ath6kl: Remove ununsed macros from gpio_reg.h
After this there is no difference between hw2.0/hw/gpio_reg.h and hw4.0/hw/gpio_reg.h, so remove the duplication. Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/miscdrv/common_drv.c')
-rw-r--r--drivers/staging/ath6kl/miscdrv/common_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/miscdrv/common_drv.c b/drivers/staging/ath6kl/miscdrv/common_drv.c
index b7b09b70d6eb..1ce539aa019b 100644
--- a/drivers/staging/ath6kl/miscdrv/common_drv.c
+++ b/drivers/staging/ath6kl/miscdrv/common_drv.c
@@ -25,7 +25,7 @@
#include "athdefs.h"
#include "hw/mbox_host_reg.h"
-#include "AR6002/hw2.0/hw/gpio_reg.h"
+#include "gpio_reg.h"
#include "hw/rtc_reg.h"
#include "hw/mbox_reg.h"
#include "hw/apb_map.h"