diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-10-08 20:31:08 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-10-09 00:53:23 -0400 |
commit | 4084a9b99ccd05bf5e13dcd248e3b56a682fa4d6 (patch) | |
tree | c7dc3aa0e0fde4e2ed7c7b38ca02aad8a45aac99 /tools | |
parent | cf31cd1a0c692a1445c80756055875088fa29982 (diff) |
tools/power/acpi/acpidump: remove duplicated include from acpidump.c
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/power/acpi/acpidump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/power/acpi/acpidump.c b/tools/power/acpi/acpidump.c index 07779871421c..a84553a0e0df 100644 --- a/tools/power/acpi/acpidump.c +++ b/tools/power/acpi/acpidump.c @@ -62,7 +62,6 @@ typedef long long s64; #include <unistd.h> #include <getopt.h> -#include <sys/types.h> #include <dirent.h> #include <acpi/acconfig.h> |