diff options
Diffstat (limited to 'drivers/firmware')
-rw-r--r-- | drivers/firmware/dcdbas.c | 3 | ||||
-rw-r--r-- | drivers/firmware/dmi-id.c | 1 | ||||
-rw-r--r-- | drivers/firmware/edd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/firmware/dcdbas.c b/drivers/firmware/dcdbas.c index 18cdcb3ae1ca..1636806ec55e 100644 --- a/drivers/firmware/dcdbas.c +++ b/drivers/firmware/dcdbas.c | |||
@@ -658,4 +658,5 @@ MODULE_DESCRIPTION(DRIVER_DESCRIPTION " (version " DRIVER_VERSION ")"); | |||
658 | MODULE_VERSION(DRIVER_VERSION); | 658 | MODULE_VERSION(DRIVER_VERSION); |
659 | MODULE_AUTHOR("Dell Inc."); | 659 | MODULE_AUTHOR("Dell Inc."); |
660 | MODULE_LICENSE("GPL"); | 660 | MODULE_LICENSE("GPL"); |
661 | 661 | /* Any System or BIOS claiming to be by Dell */ | |
662 | MODULE_ALIAS("dmi:*:[bs]vnD[Ee][Ll][Ll]*:*"); | ||
diff --git a/drivers/firmware/dmi-id.c b/drivers/firmware/dmi-id.c index 313c99cbdc62..e880d6c8d896 100644 --- a/drivers/firmware/dmi-id.c +++ b/drivers/firmware/dmi-id.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/dmi.h> | 12 | #include <linux/dmi.h> |
13 | #include <linux/device.h> | 13 | #include <linux/device.h> |
14 | #include <linux/autoconf.h> | ||
15 | 14 | ||
16 | struct dmi_device_attribute{ | 15 | struct dmi_device_attribute{ |
17 | struct device_attribute dev_attr; | 16 | struct device_attribute dev_attr; |
diff --git a/drivers/firmware/edd.c b/drivers/firmware/edd.c index d168223db159..744011989044 100644 --- a/drivers/firmware/edd.c +++ b/drivers/firmware/edd.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * | 11 | * |
12 | * This code takes information provided by BIOS EDD calls | 12 | * This code takes information provided by BIOS EDD calls |
13 | * fn41 - Check Extensions Present and | 13 | * fn41 - Check Extensions Present and |
14 | * fn48 - Get Device Parametes with EDD extensions | 14 | * fn48 - Get Device Parameters with EDD extensions |
15 | * made in setup.S, copied to safe structures in setup.c, | 15 | * made in setup.S, copied to safe structures in setup.c, |
16 | * and presents it in sysfs. | 16 | * and presents it in sysfs. |
17 | * | 17 | * |