aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/netbuf.c
diff options
context:
space:
mode:
authorVipin Mehta <vmehta@atheros.com>2010-09-17 21:26:03 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-20 20:02:01 -0400
commit86fc4c897e3e9ebcf6449be4fc2436abfe0473a2 (patch)
tree5cd3fb1a07018532904a960cc266e2d196598e89 /drivers/staging/ath6kl/os/linux/netbuf.c
parent8522e70b44021d1cc44de1f6c491ac21cc8f4f3d (diff)
staging: ath6kl: Removing duplicate includes
Eliminating the inclusion of the same header file more than once. The files being removed are already included by osapi_linux.h. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Vipin Mehta <vmehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/os/linux/netbuf.c')
-rw-r--r--drivers/staging/ath6kl/os/linux/netbuf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/ath6kl/os/linux/netbuf.c b/drivers/staging/ath6kl/os/linux/netbuf.c
index 63fa49c8567..15e5d047520 100644
--- a/drivers/staging/ath6kl/os/linux/netbuf.c
+++ b/drivers/staging/ath6kl/os/linux/netbuf.c
@@ -20,8 +20,6 @@
20// 20//
21// Author(s): ="Atheros" 21// Author(s): ="Atheros"
22//------------------------------------------------------------------------------ 22//------------------------------------------------------------------------------
23#include <linux/kernel.h>
24#include <linux/skbuff.h>
25#include <a_config.h> 23#include <a_config.h>
26#include "athdefs.h" 24#include "athdefs.h"
27#include "a_types.h" 25#include "a_types.h"