net: cpsw: header, Add missing include
"MII_BUS_ID_SIZE" is defined in linux/phy.h which is not included in the cpsw.h file. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Reviewed-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4d507dffe7
commit
bd07d34f00
|
@ -15,6 +15,7 @@
|
|||
#define __CPSW_H__
|
||||
|
||||
#include <linux/if_ether.h>
|
||||
#include <linux/phy.h>
|
||||
|
||||
struct cpsw_slave_data {
|
||||
char phy_id[MII_BUS_ID_SIZE];
|
||||
|
|
Loading…
Reference in New Issue