]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
mmc: mmci: Enable module alias autogeneration for AMBA drivers
authorDave Martin <dave.martin@linaro.org>
Wed, 5 Oct 2011 14:15:21 +0000 (15:15 +0100)
committerDave 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

index 50b5f9926f6462d7836434c89a71213f418faa9c..05d6a91d0382b08413fec680022243294e11dc3e 100644 (file)
@@ -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,