projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfff23
)
mmc: mmci: Enable module alias autogeneration for AMBA drivers
author
Dave Martin
<dave.martin@linaro.org>
Wed, 5 Oct 2011 14:15:21 +0000
(15:15 +0100)
committer
Dave Martin
<dave.martin@linaro.org>
Tue, 22 Nov 2011 10:58:31 +0000
(10:58 +0000)
Signed-off-by: Dave Martin <dave.martin@linaro.org>
drivers/mmc/host/mmci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/mmci.c
b/drivers/mmc/host/mmci.c
index 50b5f9926f6462d7836434c89a71213f418faa9c..05d6a91d0382b08413fec680022243294e11dc3e 100644
(file)
--- a/
drivers/mmc/host/mmci.c
+++ b/
drivers/mmc/host/mmci.c
@@
-1496,6
+1496,8
@@
static struct amba_id mmci_ids[] = {
{ 0, 0 },
};
+MODULE_DEVICE_TABLE(amba, mmci_ids);
+
static struct amba_driver mmci_driver = {
.drv = {
.name = DRIVER_NAME,