linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] qdio: add missing export.h include
@ 2011-09-22  7:21 Heiko Carstens
  2011-09-27 22:17 ` Paul Gortmaker
  2011-09-27 22:33 ` Paul Gortmaker
  0 siblings, 2 replies; 6+ messages in thread
From: Heiko Carstens @ 2011-09-22  7:21 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: linux-next, Heiko Carstens, Frank Blaschka, Jan Glauber

Fix compile breakage caused by splitting module.h:

drivers/s390/cio/qdio_setup.c:31:1:
 warning: data definition has no type or storage class [enabled by default]
drivers/s390/cio/qdio_setup.c:31:1:
 warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' [-Wimplicit-int]

Cc: Frank Blaschka <blaschka@linux.vnet.ibm.com>
Cc: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
 drivers/s390/cio/qdio_setup.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/s390/cio/qdio_setup.c b/drivers/s390/cio/qdio_setup.c
index d9a46a4..25f4988 100644
--- a/drivers/s390/cio/qdio_setup.c
+++ b/drivers/s390/cio/qdio_setup.c
@@ -7,6 +7,7 @@
  * Author(s): Jan Glauber <jang@linux.vnet.ibm.com>
  */
 #include <linux/kernel.h>
+#include <linux/export.h>
 #include <linux/slab.h>
 #include <asm/qdio.h>
 
-- 
1.7.5.4

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

end of thread, other threads:[~2011-09-28 14:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22  7:21 [PATCH -next] qdio: add missing export.h include Heiko Carstens
2011-09-27 22:17 ` Paul Gortmaker
2011-09-27 22:33 ` Paul Gortmaker
2011-09-28  4:54   ` Stephen Rothwell
2011-09-28  6:34   ` Heiko Carstens
2011-09-28 14:03     ` Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).