can: mpc5xxx_can: add MODULE_DEVICE_TABLE
This patch adds a MODULE_DEVICE_TABLE for the of bindings, so that the module can be loaded automatically by udev. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
69c0c5b15a
commit
fc8f40b10e
|
@ -396,6 +396,7 @@ static const struct of_device_id __devinitconst mpc5xxx_can_table[] = {
|
||||||
{ .compatible = "fsl,mpc5121-mscan", .data = &mpc5121_can_data, },
|
{ .compatible = "fsl,mpc5121-mscan", .data = &mpc5121_can_data, },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, mpc5xxx_can_table);
|
||||||
|
|
||||||
static struct platform_driver mpc5xxx_can_driver = {
|
static struct platform_driver mpc5xxx_can_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
|
|
Loading…
Reference in New Issue