1
0
Fork 0

electra_cf: Add MODULE_DEVICE_TABLE()

Add a module device table to electra_cf so that modules can be
auto-probed/loaded.

Signed-off-by: Olof Johansson <olof@lixom.net>
hifive-unleashed-5.1
Olof Johansson 2008-05-27 16:07:26 -05:00
parent 8962cadbe7
commit c433a1b642
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ static struct of_device_id electra_cf_match[] = {
},
{},
};
MODULE_DEVICE_TABLE(of, electra_cf_match);
static struct of_platform_driver electra_cf_driver = {
.name = (char *)driver_name,