]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers
authorDave Martin <dave.martin@linaro.org>
Wed, 5 Oct 2011 14:15:20 +0000 (15:15 +0100)
committerDave Martin <dave.martin@linaro.org>
Tue, 22 Nov 2011 10:58:30 +0000 (10:58 +0000)
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/amba-pl08x.c

index b7cbd1ab1db1ffd7d951f67331e6a32d729ade21..0698695e8bf9508e0c0dac5cdad44f7f8f508c07 100644 (file)
@@ -2054,6 +2054,8 @@ static struct amba_id pl08x_ids[] = {
        { 0, 0 },
 };
 
+MODULE_DEVICE_TABLE(amba, pl08x_ids);
+
 static struct amba_driver pl08x_amba_driver = {
        .drv.name       = DRIVER_NAME,
        .id_table       = pl08x_ids,