mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org> Acked-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
4e3f3d53b8
commit
037566df2a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user