This reverts commit
8b752bf5367de4216a1eeef0b36bd3e05326e2ff.
Stefan Cososchi reported a build breakage on 32-bit (only worked
fine on x86_64). It needs a backport of
6c6c51e4 to work. Revert
this patch as it's not critical anyway.
Signed-off-by: Willy Tarreau <w@1wt.eu>
DMI_MATCH(DMI_BOARD_NAME, "P4S800"),
},
},
- { /* Handle problems with rebooting on the Latitude E5420. */
- .callback = set_pci_reboot,
- .ident = "Dell Latitude E5420",
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E5420"),
- },
- },
{ }
};