drm: pl111: Fix module autoloading
Add a missing MODULE_DEVICE_TABLE entry to fix module autoloading. Cc: Eric Anholt <eric@anholt.net> Cc: dri-devel@lists.freedesktop.org Acked-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200409013947.12667-2-robh@kernel.org
This commit is contained in:
parent
274ed9e9ea
commit
66ddc1e941
|
@ -444,6 +444,7 @@ static const struct amba_id pl111_id_table[] = {
|
|||
},
|
||||
{0, 0},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(amba, pl111_id_table);
|
||||
|
||||
static struct amba_driver pl111_amba_driver __maybe_unused = {
|
||||
.drv = {
|
||||
|
|
Loading…
Reference in New Issue