aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorWerner Almesberger <werner@openmoko.org>2008-11-19 17:11:26 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:26 +0000
commitcf935eda7c9bea8a70466389cbee3ba7863943b5 (patch)
treedc2b1a663b30af06a8317aba4fa4fa957896025c /drivers/mmc
parentba18f9c0401c8dcdab5e820d22ce26e1593464af (diff)
typo-debug-s3cmci-fmax.patch
Oops ! It compiled file as non-module, but not as module. Signed-off-by: Werner Almesberger <werner@openmoko.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/s3cmci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
index 45f5e21a100..2bae68b4a92 100644
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -1589,7 +1589,7 @@ static void __exit s3cmci_exit(void)
module_init(s3cmci_init);
module_exit(s3cmci_exit);
-module_param(f_max, int, 0644)
+module_param(f_max, int, 0644);
MODULE_DESCRIPTION("Samsung S3C MMC/SD Card Interface driver");
MODULE_LICENSE("GPL v2");