diff options
Diffstat (limited to 'drivers/acpi/acpi_lpat.c')
-rw-r--r-- | drivers/acpi/acpi_lpat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/acpi/acpi_lpat.c b/drivers/acpi/acpi_lpat.c index feb61c1630eb..c1c4877ca96c 100644 --- a/drivers/acpi/acpi_lpat.c +++ b/drivers/acpi/acpi_lpat.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * GNU General Public License for more details. | 13 | * GNU General Public License for more details. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <linux/module.h> | 16 | #include <linux/export.h> |
17 | #include <linux/acpi.h> | 17 | #include <linux/acpi.h> |
18 | #include <acpi/acpi_lpat.h> | 18 | #include <acpi/acpi_lpat.h> |
19 | 19 | ||
@@ -157,5 +157,3 @@ void acpi_lpat_free_conversion_table(struct acpi_lpat_conversion_table | |||
157 | } | 157 | } |
158 | } | 158 | } |
159 | EXPORT_SYMBOL_GPL(acpi_lpat_free_conversion_table); | 159 | EXPORT_SYMBOL_GPL(acpi_lpat_free_conversion_table); |
160 | |||
161 | MODULE_LICENSE("GPL"); | ||