Skip to content

Commit

Permalink
ath6kl: Remove gpio.h and gpio_api.h
Browse files Browse the repository at this point in the history
The macros and function proto types in these files are
not used anywhere.

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 6, 2011
1 parent 7c370f9 commit eb050f4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 108 deletions.
45 changes: 0 additions & 45 deletions drivers/staging/ath6kl/include/common/gpio.h

This file was deleted.

1 change: 0 additions & 1 deletion drivers/staging/ath6kl/include/common/wmix.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ typedef PREPACK struct {
* All masks are 18-bit masks with bit N operating on GPIO pin N.
*/

#include "gpio.h"

/*
* Set GPIO pin output state.
Expand Down
59 changes: 0 additions & 59 deletions drivers/staging/ath6kl/include/gpio_api.h

This file was deleted.

2 changes: 0 additions & 2 deletions drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
#include <ieee80211_ioctl.h>
#include <wlan_api.h>
#include <wmi_api.h>
#include "gpio_api.h"
#include "gpio.h"
#include "pkt_log.h"
#include "aggr_recv_api.h"
#include <host_version.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/ath6kl/wmi/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <ieee80211.h>
#include <ieee80211_node.h>
#include "dset_api.h"
#include "gpio_api.h"
#include "wmi_host.h"
#include "a_drv.h"
#include "a_drv_api.h"
Expand Down

0 comments on commit eb050f4

Please sign in to comment.