diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2016-09-08 17:55:41 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-09-17 01:03:32 +0200 |
commit | ffcbed8418f8d850f27372d5f9b69aa05fd12217 (patch) | |
tree | d09d57e0fa686b5876fee8df38bc298077c278d9 /drivers/acpi/tables.c | |
parent | ACPI / tables: do not report the number of entries ignored by acpi_parse_entr... (diff) | |
download | linux-ffcbed8418f8d850f27372d5f9b69aa05fd12217.tar.xz linux-ffcbed8418f8d850f27372d5f9b69aa05fd12217.zip |
ACPI / tables: Remove duplicated include from tables.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/tables.c')
-rw-r--r-- | drivers/acpi/tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c index 4dfbf491b6e3..cdd56c4657e0 100644 --- a/drivers/acpi/tables.c +++ b/drivers/acpi/tables.c @@ -35,7 +35,6 @@ #include <linux/earlycpio.h> #include <linux/memblock.h> #include <linux/initrd.h> -#include <linux/acpi.h> #include "internal.h" #ifdef CONFIG_ACPI_CUSTOM_DSDT |