can: bfin_can: add MODULE_ALIAS
This patch adds a MODULE_ALIAS for the platform 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
04df251073
commit
73ae9499db
1 changed files with 1 additions and 0 deletions
|
@ -691,3 +691,4 @@ module_platform_driver(bfin_can_driver);
|
|||
MODULE_AUTHOR("Barry Song <21cnbao@gmail.com>");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("Blackfin on-chip CAN netdevice driver");
|
||||
MODULE_ALIAS("platform:" DRV_NAME);
|
||||
|
|
Loading…
Add table
Reference in a new issue