浏览代码

rtc: pl031: Enable module alias autogeneration for AMBA drivers

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Dave Martin 14 年之前
父节点
当前提交
f5feac2a33
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/rtc/rtc-pl031.c

+ 2 - 0
drivers/rtc/rtc-pl031.c

@@ -420,6 +420,8 @@ static struct amba_id pl031_ids[] = {
 	{0, 0},
 };
 
+MODULE_DEVICE_TABLE(amba, pl031_ids);
+
 static struct amba_driver pl031_driver = {
 	.drv = {
 		.name = "rtc-pl031",