Skip to content

Commit

Permalink
Staging: et131x: remove duplicated #include's
Browse files Browse the repository at this point in the history
Removed duplicated #include's in file(s) below,
 - drivers/staging/et131x/et1310_phy.c
      et1310_jagcore.h
      linux/delay.h
 - drivers/staging/et131x/et131x_debug.c
      et1310_jagcore.h
 - drivers/staging/et131x/et131x_initpci.c
      et1310_jagcore.h

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Huang Weiyi authored and Greg Kroah-Hartman committed Oct 22, 2008
1 parent f39277d commit fc04961
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/et131x/et1310_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
#include <linux/if_arp.h>
#include <linux/ioport.h>
#include <linux/random.h>
#include <linux/delay.h>

#include "et1310_phy.h"
#include "et1310_pm.h"
Expand All @@ -95,7 +94,6 @@
#include "et131x_initpci.h"

#include "et1310_address_map.h"
#include "et1310_jagcore.h"
#include "et1310_tx.h"
#include "et1310_rx.h"
#include "et1310_mac.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/et131x/et131x_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
#include "et131x_isr.h"

#include "et1310_address_map.h"
#include "et1310_jagcore.h"
#include "et1310_tx.h"
#include "et1310_rx.h"
#include "et1310_mac.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/et131x/et131x_initpci.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
#include "et131x_isr.h"

#include "et1310_address_map.h"
#include "et1310_jagcore.h"
#include "et1310_tx.h"
#include "et1310_rx.h"
#include "et1310_mac.h"
Expand Down

0 comments on commit fc04961

Please sign in to comment.