Sfoglia il codice sorgente

serial: pl011: Enable module alias autogeneration for AMBA drivers

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Dave Martin 14 anni fa
parent
commit
60f7a33b82
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      drivers/tty/serial/amba-pl011.c

+ 2 - 0
drivers/tty/serial/amba-pl011.c

@@ -1994,6 +1994,8 @@ static struct amba_id pl011_ids[] = {
 	{ 0, 0 },
 	{ 0, 0 },
 };
 };
 
 
+MODULE_DEVICE_TABLE(amba, pl011_ids);
+
 static struct amba_driver pl011_driver = {
 static struct amba_driver pl011_driver = {
 	.drv = {
 	.drv = {
 		.name	= "uart-pl011",
 		.name	= "uart-pl011",