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:
5e2f89b
)
MN10300: includecheck fix: mn10300, pci.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Mon, 10 Aug 2009 15:45:42 +0000
(16:45 +0100)
committer
Linus Torvalds
<
[email protected]
>
Mon, 10 Aug 2009 15:54:27 +0000
(08:54 -0700)
Fix the following 'make includecheck' warning:
arch/mn10300/include/asm/pci.h: linux/mm.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
Signed-off-by: David Howells <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/mn10300/include/asm/pci.h
patch
|
blob
|
history
diff --git
a/arch/mn10300/include/asm/pci.h
b/arch/mn10300/include/asm/pci.h
index 35d2ed6396f60dba7bb02777000a503b192c5a6c..19aecc90f7a43f7b572f1ce7054bff0d70faae89 100644
(file)
--- a/
arch/mn10300/include/asm/pci.h
+++ b/
arch/mn10300/include/asm/pci.h
@@
-59,7
+59,6
@@
void pcibios_penalize_isa_irq(int irq);
#include <linux/slab.h>
#include <asm/scatterlist.h>
#include <linux/string.h>
-#include <linux/mm.h>
#include <asm/io.h>
struct pci_dev;