mmc: using module_param requires the inclusion of moduleparam.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 9 Oct 2011 14:35:16 +0000 (10:35 -0400)
committerChris Ball <cjb@laptop.org>
Wed, 26 Oct 2011 20:32:18 +0000 (16:32 -0400)
Commit "mmc: add module param to set fault injection attributes" adds
a module_param to this file.  But it is relying on the old implicit
"module.h is everywhere" behaviour, and without the explicit include
of moduleparam.h, the pending module.h split up produces this error:

core/debugfs.c:28:35: error: expected ')' before numeric constant

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found