mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
fbdev: amba: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
This commit is contained in:
parent
60f7a33b82
commit
6054f9b83c
1 changed files with 2 additions and 0 deletions
|
@ -621,6 +621,8 @@ static struct amba_id clcdfb_id_table[] = {
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MODULE_DEVICE_TABLE(amba, clcdfb_id_table);
|
||||||
|
|
||||||
static struct amba_driver clcd_driver = {
|
static struct amba_driver clcd_driver = {
|
||||||
.drv = {
|
.drv = {
|
||||||
.name = "clcd-pl11x",
|
.name = "clcd-pl11x",
|
||||||
|
|
Loading…
Reference in a new issue