Skip to content

Commit d4fa0e3

Browse files
shimodaydavem330
authored andcommitted
net: sh_eth: move the asm/sh_eth.h to include/linux/
Signed-off-by: Yoshihiro Shimoda <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 8eac3f6 commit d4fa0e3

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

drivers/net/ethernet/renesas/sh_eth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <linux/pm_runtime.h>
3636
#include <linux/slab.h>
3737
#include <linux/ethtool.h>
38+
#include <linux/sh_eth.h>
3839

3940
#include "sh_eth.h"
4041

drivers/net/ethernet/renesas/sh_eth.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
#ifndef __SH_ETH_H__
2424
#define __SH_ETH_H__
2525

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-
3426
#define CARDNAME "sh-eth"
3527
#define TX_TIMEOUT (5*HZ)
3628
#define TX_RING_SIZE 64 /* Tx ring size */
File renamed without changes.

0 commit comments

Comments
 (0)