[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110928181815.45f540034ddde2b206fc4e57@canb.auug.org.au>
Date: Wed, 28 Sep 2011 18:18:15 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Paul Gortmaker <paul.gortmaker@...driver.com>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Per Forlin <per.forlin@...aro.org>,
Chris Ball <cjb@...top.org>,
Akinobu Mita <akinobu.mita@...il.com>
Subject: linux-next: build failure after merge of the moduleh tree
Hi Paul,
After merging the moduleh tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/mmc/core/debugfs.c:28:35: error: expected ')' before numeric constant
Caused by commit b5a62f8be3af ("mmc: add module param to set fault
injection attributes") from the mmc tree interacting with the module.h
split up.
I have applied the patch below for today (something similar could be
applied to the mmc tree).
From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Wed, 28 Sep 2011 18:09:12 +1000
Subject: [PATCH] mmc: using mopdule_param requires the inclusion of
moduleparam.h
Otherwise the module.h split up produces this error:
drivers/mmc/core/debugfs.c:28:35: error: expected ')' before numeric constant
Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
---
drivers/mmc/core/debugfs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/core/debugfs.c b/drivers/mmc/core/debugfs.c
index 0a1e7cf..f9e9ff0 100644
--- a/drivers/mmc/core/debugfs.c
+++ b/drivers/mmc/core/debugfs.c
@@ -9,6 +9,7 @@
*/
#include <linux/debugfs.h>
#include <linux/fs.h>
+#include <linux/moduleparam.h>
#include <linux/export.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
--
1.7.6.3
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
http://www.canb.auug.org.au/~sfr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists