diff options
Diffstat (limited to 'drivers/pnp')
-rw-r--r-- | drivers/pnp/pnpacpi/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pnp/pnpacpi/core.c b/drivers/pnp/pnpacpi/core.c index 0950b711f19e..50902773beaf 100644 --- a/drivers/pnp/pnpacpi/core.c +++ b/drivers/pnp/pnpacpi/core.c | |||
@@ -45,7 +45,7 @@ static struct acpi_device_id excluded_id_list[] __initdata = { | |||
45 | {"", 0}, | 45 | {"", 0}, |
46 | }; | 46 | }; |
47 | 47 | ||
48 | static inline int is_exclusive_device(struct acpi_device *dev) | 48 | static inline int __init is_exclusive_device(struct acpi_device *dev) |
49 | { | 49 | { |
50 | return (!acpi_match_device_ids(dev, excluded_id_list)); | 50 | return (!acpi_match_device_ids(dev, excluded_id_list)); |
51 | } | 51 | } |