All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] zfcp: add missing module.h include
@ 2011-09-22  7:20 Heiko Carstens
  0 siblings, 0 replies; only message in thread
From: Heiko Carstens @ 2011-09-22  7:20 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: linux-next, Heiko Carstens, Steffen Maier

Fix compile breakage caused by splitting module.h:

drivers/s390/scsi/zfcp_qdio.c:20:30: error: expected ')' before string constant

Cc: Steffen Maier <maier@linux.vnet.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
 drivers/s390/scsi/zfcp_qdio.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/s390/scsi/zfcp_qdio.c b/drivers/s390/scsi/zfcp_qdio.c
index df9e69f..99bed1e 100644
--- a/drivers/s390/scsi/zfcp_qdio.c
+++ b/drivers/s390/scsi/zfcp_qdio.c
@@ -9,6 +9,7 @@
 #define KMSG_COMPONENT "zfcp"
 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
 
+#include <linux/module.h>
 #include <linux/slab.h>
 #include "zfcp_ext.h"
 #include "zfcp_qdio.h"
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-22  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-22  7:20 [PATCH -next] zfcp: add missing module.h include Heiko Carstens

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.