Skip to content

Commit

Permalink
ath6kl: Remove duplicate si_reg.h
Browse files Browse the repository at this point in the history
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Vasanthakumar Thiagarajan authored and Greg Kroah-Hartman committed May 3, 2011
1 parent 1ecf2f1 commit 05177f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 188 deletions.
186 changes: 0 additions & 186 deletions drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/si_reg.h

This file was deleted.

2 changes: 1 addition & 1 deletion drivers/staging/ath6kl/miscdrv/common_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "a_types.h"

#include "hw/mbox_host_reg.h"
#include "AR6002/hw2.0/hw/si_reg.h"
#include "hw/si_reg.h"
#include "AR6002/hw2.0/hw/gpio_reg.h"
#include "AR6002/hw2.0/hw/vmc_reg.h"
#include "hw/rtc_reg.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/ath6kl/os/linux/eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <linux/fs.h>

#include "AR6002/hw2.0/hw/gpio_reg.h"
#include "AR6002/hw2.0/hw/si_reg.h"
#include "hw/si_reg.h"

//
// defines
Expand Down

0 comments on commit 05177f4

Please sign in to comment.