All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] linux/io.h: forward declare struct pci_dev
@ 2007-02-10 11:45 Heiko Carstens
  2007-02-11  3:49 ` Christoph Hellwig
  0 siblings, 1 reply; 15+ messages in thread
From: Heiko Carstens @ 2007-02-10 11:45 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds
  Cc: Martin Schwidefsky, Jeff Garzik, Tejun Heo, linux-kernel, linux-s390

From: Heiko Carstens <heiko.carstens@de.ibm.com>

9ac7849e35f705830f7b016ff272b0ff1f7ff759 causes this:

  CC      arch/s390/mm/ioremap.o
In file included from arch/s390/mm/ioremap.c:18:
include/linux/io.h:46:
	warning: "struct pci_dev" declared inside parameter list
include/linux/io.h:46:
	warning: its scope is only this definition or declaration,
		 which is probably not what you want

Guess it's time to get rid of ioremap.c on s390 if possible...

Cc: Tejun Heo <htejun@gmail.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
 include/linux/io.h |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6/include/linux/io.h
===================================================================
--- linux-2.6.orig/include/linux/io.h
+++ linux-2.6/include/linux/io.h
@@ -22,6 +22,7 @@
 #include <asm/io.h>
 #include <asm/page.h>
 
+struct pci_dev;
 struct device;
 
 void __iowrite32_copy(void __iomem *to, const void *from, size_t count);

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

end of thread, other threads:[~2007-02-12 21:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-10 11:45 [patch] linux/io.h: forward declare struct pci_dev Heiko Carstens
2007-02-11  3:49 ` Christoph Hellwig
2007-02-11  6:26   ` Tejun Heo
2007-02-11  6:34     ` Al Viro
2007-02-11  6:46       ` Tejun Heo
2007-02-11  6:55       ` Randy Dunlap
2007-02-11  7:10       ` Christoph Hellwig
2007-02-11  8:21         ` Al Viro
2007-02-11 15:09       ` Jeff Garzik
2007-02-11 15:31       ` Heiko Carstens
2007-02-11 15:41         ` [PATCH] sort the devres mess out Al Viro
2007-02-11 15:49           ` Jeff Garzik
2007-02-11 22:16             ` Roland Dreier
2007-02-12  5:30               ` [PATCH] ia64: Fix noncoherent DMA API so devres builds Roland Dreier
2007-02-12 21:06                 ` Luck, Tony

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.