projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c20019
)
MIPS: Fix build error due to missing inclusion of <linux/export.h>.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 10 Nov 2011 14:15:57 +0000
(14:15 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 11 Nov 2011 15:08:11 +0000
(15:08 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci-alchemy.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/pci/pci-alchemy.c
b/arch/mips/pci/pci-alchemy.c
index 4ee57104e47bb78ef4b8957480e04de5ee8198b9..b5ce041cdafb54667b7c11738892ab7e9020000a 100644
(file)
--- a/
arch/mips/pci/pci-alchemy.c
+++ b/
arch/mips/pci/pci-alchemy.c
@@
-7,6
+7,7
@@
* Support for all devices (greater than 16) added by David Gathright.
*/
+#include <linux/export.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/platform_device.h>