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:
5616df2
)
m68k: <asm/scatterlist.h> needs <linux/types.h>
author
Geert Uytterhoeven
<
[email protected]
>
Wed, 9 May 2007 03:27:03 +0000
(20:27 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 9 May 2007 03:41:14 +0000
(20:41 -0700)
The recent <linux/pci.h> cleanup uncovered that include/asm-m68k/scatterlist.h
needs to include <linux/types.h>
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Cc: Roman Zippel <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/asm-m68k/scatterlist.h
patch
|
blob
|
history
diff --git
a/include/asm-m68k/scatterlist.h
b/include/asm-m68k/scatterlist.h
index 8e612266da51bb1bcc6871bf55663b144d1d2d12..24887a2d9c7bd09290b6980fee23e4a1d74090fa 100644
(file)
--- a/
include/asm-m68k/scatterlist.h
+++ b/
include/asm-m68k/scatterlist.h
@@
-1,6
+1,8
@@
#ifndef _M68K_SCATTERLIST_H
#define _M68K_SCATTERLIST_H
+#include <linux/types.h>
+
struct scatterlist {
struct page *page;
unsigned int offset;