Merge branch 'for-5.15/logitech' into for-linus
[linux-2.6-microblaze.git] / drivers / acpi / fan.c
index 66c3983..5cd0ceb 100644 (file)
@@ -16,6 +16,8 @@
 #include <linux/platform_device.h>
 #include <linux/sort.h>
 
+#include "fan.h"
+
 MODULE_AUTHOR("Paul Diefenbaugh");
 MODULE_DESCRIPTION("ACPI Fan Driver");
 MODULE_LICENSE("GPL");
@@ -24,10 +26,7 @@ static int acpi_fan_probe(struct platform_device *pdev);
 static int acpi_fan_remove(struct platform_device *pdev);
 
 static const struct acpi_device_id fan_device_ids[] = {
-       {"PNP0C0B", 0},
-       {"INT3404", 0},
-       {"INTC1044", 0},
-       {"INTC1048", 0},
+       ACPI_FAN_DEVICE_IDS,
        {"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, fan_device_ids);