mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
rtc: pl031: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
This commit is contained in:
parent
66bce5916b
commit
f5feac2a33
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user