gpio: pl061: Enable module alias autogeneration for AMBA drivers

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
Dave Martin 2011-10-05 15:15:21 +01:00
parent e8fa516a42
commit 955b678c03

View file

@ -350,6 +350,8 @@ static struct amba_id pl061_ids[] = {
{ 0, 0 },
};
MODULE_DEVICE_TABLE(amba, pl061_ids);
static struct amba_driver pl061_gpio_driver = {
.drv = {
.name = "pl061_gpio",