|
@@ -514,7 +514,7 @@ static int __init hdaps_dmi_match_invert(const struct dmi_system_id *id)
|
|
"ThinkPad T42p", so the order of the entries matters.
|
|
"ThinkPad T42p", so the order of the entries matters.
|
|
If your ThinkPad is not recognized, please update to latest
|
|
If your ThinkPad is not recognized, please update to latest
|
|
BIOS. This is especially the case for some R52 ThinkPads. */
|
|
BIOS. This is especially the case for some R52 ThinkPads. */
|
|
-static struct dmi_system_id __initdata hdaps_whitelist[] = {
|
|
|
|
|
|
+static const struct dmi_system_id hdaps_whitelist[] __initconst = {
|
|
HDAPS_DMI_MATCH_INVERT("IBM", "ThinkPad R50p", HDAPS_BOTH_AXES),
|
|
HDAPS_DMI_MATCH_INVERT("IBM", "ThinkPad R50p", HDAPS_BOTH_AXES),
|
|
HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R50"),
|
|
HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R50"),
|
|
HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R51"),
|
|
HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R51"),
|