linux-next: manual merge of the moduleh tree with the s390 tree
From: Stephen Rothwell <hidden>
Date: 2011-09-14 05:25:08
Also in:
lkml
From: Stephen Rothwell <hidden>
Date: 2011-09-14 05:25:08
Also in:
lkml
Hi Paul,
Today's linux-next merge of the moduleh tree got a conflict in
drivers/s390/char/vmur.c between commit 003184781fea ("[S390] s390: fix
mismatch in summation of I/O IRQ statistics") from the s390 tree and
commit e7a6a4ef9ffe ("s390: add missing module.h/export.h includes") from
the moduleh tree.
Just context changes. I fixed it up (see below) and can carry the fix as
necessary. (Or this part of the moduleh commit could be added to the
s390 tree.)
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
diff --cc drivers/s390/char/vmur.c
index d291a54,c9782ff..0000000--- a/drivers/s390/char/vmur.c
+++ b/drivers/s390/char/vmur.c@@@ -11,6 -11,8 +11,7 @@@ #define KMSG_COMPONENT "vmur" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt -#include <linux/kernel_stat.h> + #include <linux/module.h> #include <linux/cdev.h> #include <linux/slab.h>