Skip to content

Commit

Permalink
staging: octeon-ethernet: delete redundant include
Browse files Browse the repository at this point in the history
cvmx-smix-defs.h is not needed by this driver.

Signed-off-by: Aaro Koskinen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
aakoskin authored and gregkh committed Dec 6, 2018
1 parent 83cbfb6 commit 7eb2a04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/staging/octeon/ethernet-mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "ethernet-util.h"

#include <asm/octeon/cvmx-gmxx-defs.h>
#include <asm/octeon/cvmx-smix-defs.h>

static void cvm_oct_get_drvinfo(struct net_device *dev,
struct ethtool_drvinfo *info)
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/octeon/ethernet.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <asm/octeon/cvmx-helper.h>
#include <asm/octeon/cvmx-asxx-defs.h>
#include <asm/octeon/cvmx-gmxx-defs.h>
#include <asm/octeon/cvmx-smix-defs.h>

#define OCTEON_MAX_MTU 65392

Expand Down

0 comments on commit 7eb2a04

Please sign in to comment.