提交 6054f9b8 编写于 作者: D Dave Martin

fbdev: amba: Enable module alias autogeneration for AMBA drivers

Signed-off-by: NDave Martin <dave.martin@linaro.org>
上级 60f7a33b
...@@ -621,6 +621,8 @@ static struct amba_id clcdfb_id_table[] = { ...@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册