OSDN Git Service

mdio.h: Include linux/types.h
authorDavid S. Miller <davem@davemloft.net>
Sat, 3 Mar 2012 20:04:45 +0000 (15:04 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Mar 2012 20:04:45 +0000 (15:04 -0500)
Fixes:

/home/davem/src/GIT/net-next/usr/include/linux/mdio.h:271: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mdio.h

index ec90da7..dfb9479 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef __LINUX_MDIO_H__
 #define __LINUX_MDIO_H__
 
+#include <linux/types.h>
 #include <linux/mii.h>
 
 /* MDIO Manageable Devices (MMDs). */