projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f775db
)
[Blackfin] arch: fix bug - allow SDH driver to be used as module
author
Michael Hennerich
<michael.hennerich@analog.com>
Tue, 4 Mar 2008 00:40:28 +0000
(17:40 -0700)
committer
Bryan Wu
<cooloney@kernel.org>
Tue, 4 Mar 2008 00:40:28 +0000
(17:40 -0700)
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf548/boards/ezkit.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf548/boards/ezkit.c
b/arch/blackfin/mach-bf548/boards/ezkit.c
index a0950c1fd80027a0917336be24b35d202dbbdcb4..40846aa034c4a7d6bb659c47b92dc3d19d3590f1 100644
(file)
--- a/
arch/blackfin/mach-bf548/boards/ezkit.c
+++ b/
arch/blackfin/mach-bf548/boards/ezkit.c
@@
-323,7
+323,7
@@
static struct platform_device bf5xx_nand_device = {
};
#endif
-#if defined(CONFIG_SDH_BFIN) || defined(CONFIG_SDH_BFIN)
+#if defined(CONFIG_SDH_BFIN) || defined(CONFIG_SDH_BFIN
_MODULE
)
static struct platform_device bf54x_sdh_device = {
.name = "bfin-sdh",
.id = 0,
@@
-636,7
+636,7
@@
static struct platform_device *ezkit_devices[] __initdata = {
&bf5xx_nand_device,
#endif
-#if defined(CONFIG_SDH_BFIN) || defined(CONFIG_SDH_BFIN)
+#if defined(CONFIG_SDH_BFIN) || defined(CONFIG_SDH_BFIN
_MODULE
)
&bf54x_sdh_device,
#endif