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:
Markus Pargmann 2014-09-29 08:53:15 +02:00 committed by David S. Miller
parent 4d507dffe7
commit bd07d34f00
1 changed files with 1 additions and 0 deletions

View File

@ -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];