fjes: Disable auto-loading
authorBen Hutchings <ben@decadent.org.uk>
Sat, 18 Mar 2017 20:47:58 +0000 (20:47 +0000)
committerSalvatore Bonaccorso <carnil@debian.org>
Sat, 7 Oct 2023 09:36:46 +0000 (10:36 +0100)
Bug-Debian: https://bugs.debian.org/853976
Forwarded: no

fjes matches a generic ACPI device ID, and relies on its probe
function to distinguish whether that really corresponds to a supported
device.  Very few system will need the driver and it wastes memory on
all the other systems where the same device ID appears, so disable
auto-loading.

Gbp-Pq: Topic debian
Gbp-Pq: Name fjes-disable-autoload.patch

drivers/net/fjes/fjes_main.c

index 2513be6d4e11d19ca1c1975b7e529d9d8e7ebe6c..bbcb47ab3bd25ef75e3a058a0cb808b4add4cde4 100644 (file)
@@ -36,7 +36,7 @@ static const struct acpi_device_id fjes_acpi_ids[] = {
        {ACPI_MOTHERBOARD_RESOURCE_HID, 0},
        {"", 0},
 };
-MODULE_DEVICE_TABLE(acpi, fjes_acpi_ids);
+/* MODULE_DEVICE_TABLE(acpi, fjes_acpi_ids); */
 
 static bool is_extended_socket_device(struct acpi_device *device)
 {