kernel/drivers/staging/octeon/ethernet-sgmii.c
.. .. @@ -11,16 +11,10 @@ 11 11 #include <linux/ratelimit.h> 12 12 #include <net/dst.h> 13 13 14 -#include <asm/octeon/octeon.h>15 -16 -#include "ethernet-defines.h"17 14 #include "octeon-ethernet.h" 15 +#include "ethernet-defines.h"18 16 #include "ethernet-util.h" 19 17 #include "ethernet-mdio.h" 20 -21 -#include <asm/octeon/cvmx-helper.h>22 -23 -#include <asm/octeon/cvmx-gmxx-defs.h>24 18 25 19 int cvm_oct_sgmii_open(struct net_device *dev) 26 20 {