projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1960d58
)
sh: sh7269: Fix compilation by adding missing includes
author
Laurent Pinchart
<
[email protected]
>
Tue, 26 Mar 2013 01:07:51 +0000
(
02:07
+0100)
committer
Simon Horman
<
[email protected]
>
Tue, 2 Apr 2013 02:09:45 +0000
(11:09 +0900)
struct resource is defined in linux/ioport.h. Include it.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
b/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
index 1825b0bd523da81d7e5e2514a460da6830225127..4c17fb6970b1574e38f566e5e7baea5fc37b9b06 100644
(file)
--- a/
arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
+++ b/
arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
@@
-9,7
+9,9
@@
* for more details.
*/
+#include <linux/bug.h>
#include <linux/init.h>
+#include <linux/ioport.h>
#include <linux/kernel.h>
#include <cpu/pfc.h>