diff options
-rw-r--r-- | drivers/acpi/acpi_lpit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpi_lpit.c b/drivers/acpi/acpi_lpit.c index e94e478dd18b..cf4fc0161164 100644 --- a/drivers/acpi/acpi_lpit.c +++ b/drivers/acpi/acpi_lpit.c | |||
@@ -100,6 +100,7 @@ int lpit_read_residency_count_address(u64 *address) | |||
100 | 100 | ||
101 | return 0; | 101 | return 0; |
102 | } | 102 | } |
103 | EXPORT_SYMBOL_GPL(lpit_read_residency_count_address); | ||
103 | 104 | ||
104 | static void lpit_update_residency(struct lpit_residency_info *info, | 105 | static void lpit_update_residency(struct lpit_residency_info *info, |
105 | struct acpi_lpit_native *lpit_native) | 106 | struct acpi_lpit_native *lpit_native) |