projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9c208
)
mdio.h: Include linux/types.h
author
David S. Miller
<davem@davemloft.net>
Sat, 3 Mar 2012 20:04:45 +0000
(15:04 -0500)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/linux/mdio.h
b/include/linux/mdio.h
index
ec90da7
..
dfb9479
100644
(file)
--- a/
include/linux/mdio.h
+++ b/
include/linux/mdio.h
@@
-10,6
+10,7
@@
#ifndef __LINUX_MDIO_H__
#define __LINUX_MDIO_H__
+#include <linux/types.h>
#include <linux/mii.h>
/* MDIO Manageable Devices (MMDs). */