We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eac3f6 commit d4fa0e3Copy full SHA for d4fa0e3
drivers/net/ethernet/renesas/sh_eth.c
@@ -35,6 +35,7 @@
35
#include <linux/pm_runtime.h>
36
#include <linux/slab.h>
37
#include <linux/ethtool.h>
38
+#include <linux/sh_eth.h>
39
40
#include "sh_eth.h"
41
drivers/net/ethernet/renesas/sh_eth.h
@@ -23,14 +23,6 @@
23
#ifndef __SH_ETH_H__
24
#define __SH_ETH_H__
25
26
-#include <linux/module.h>
27
-#include <linux/kernel.h>
28
-#include <linux/spinlock.h>
29
-#include <linux/netdevice.h>
30
-#include <linux/phy.h>
31
-
32
-#include <asm/sh_eth.h>
33
34
#define CARDNAME "sh-eth"
#define TX_TIMEOUT (5*HZ)
#define TX_RING_SIZE 64 /* Tx ring size */
arch/sh/include/asm/sh_eth.h renamed to include/linux/sh_eth.h
0 commit comments