Skip to content

Commit

Permalink
ath6kl: remove-typedef AR_SOFTC_T
Browse files Browse the repository at this point in the history
remove-typedef -s AR_SOFTC_T \
	"struct ar6_softc" drivers/staging/ath6kl/

Tested-by: Naveen Singh <nsingh@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Luis R. Rodriguez authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent b2bad08 commit a71f0bf
Show file tree
Hide file tree
Showing 11 changed files with 293 additions and 293 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/ath6kl/os/linux/ar6000_android.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ void android_module_exit(void)
}

#ifdef CONFIG_PM
void android_ar6k_check_wow_status(AR_SOFTC_T *ar, struct sk_buff *skb, bool isEvent)
void android_ar6k_check_wow_status(struct ar6_softc *ar, struct sk_buff *skb, bool isEvent)
{
if (
#ifdef CONFIG_HAS_EARLYSUSPEND
Expand Down
Loading

0 comments on commit a71f0bf

Please sign in to comment.