All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mips-next] MIPS: Alchemy: pci: fix build: missing module.h
@ 2011-11-09 19:02 Manuel Lauss
  2011-11-09 19:10 ` Ralf Baechle
  0 siblings, 1 reply; 5+ messages in thread
From: Manuel Lauss @ 2011-11-09 19:02 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Linux-MIPS, Manuel Lauss

fixes:
pci-alchemy.c:487:12: error: 'THIS_MODULE' undeclared here [...]

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
---
This is a new one in 3.2-rc1.

 arch/mips/pci/pci-alchemy.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/pci/pci-alchemy.c b/arch/mips/pci/pci-alchemy.c
index 4ee5710..b7779a3 100644
--- a/arch/mips/pci/pci-alchemy.c
+++ b/arch/mips/pci/pci-alchemy.c
@@ -12,6 +12,7 @@
 #include <linux/platform_device.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
+#include <linux/module.h>
 #include <linux/vmalloc.h>
 
 #include <asm/mach-au1x00/au1000.h>
-- 
1.7.7.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-11 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 19:02 [PATCH mips-next] MIPS: Alchemy: pci: fix build: missing module.h Manuel Lauss
2011-11-09 19:10 ` Ralf Baechle
2011-11-10 18:06   ` Ralf Baechle
2011-11-10 18:52     ` [PATCH V2] MIPS: Alchemy: pci: fix build: missing export.h Manuel Lauss
2011-11-11 15:01       ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.