dell-laptop: switch to using use MODULE_DEVICE_TABLE
Use MODULE_DEVCE_TABLE instead of rolling MODULE_ALIAS by hand. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
committed by
Matthew Garrett
parent
fbd93bf4ff
commit
35ae64fe6d
@@ -117,6 +117,7 @@ static const struct dmi_system_id __initdata dell_device_table[] = {
|
|||||||
},
|
},
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(dmi, dell_device_table);
|
||||||
|
|
||||||
static struct dmi_system_id __devinitdata dell_blacklist[] = {
|
static struct dmi_system_id __devinitdata dell_blacklist[] = {
|
||||||
/* Supported by compal-laptop */
|
/* Supported by compal-laptop */
|
||||||
@@ -792,6 +793,3 @@ module_exit(dell_exit);
|
|||||||
MODULE_AUTHOR("Matthew Garrett <mjg@redhat.com>");
|
MODULE_AUTHOR("Matthew Garrett <mjg@redhat.com>");
|
||||||
MODULE_DESCRIPTION("Dell laptop driver");
|
MODULE_DESCRIPTION("Dell laptop driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_ALIAS("dmi:*svnDellInc.:*:ct8:*");
|
|
||||||
MODULE_ALIAS("dmi:*svnDellInc.:*:ct9:*");
|
|
||||||
MODULE_ALIAS("dmi:*svnDellComputerCorporation.:*:ct8:*");
|
|
||||||
|
Reference in New Issue
Block a user