]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
tools/power/acpi/acpidump: remove duplicated include from acpidump.c
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 8 Oct 2012 12:31:08 +0000 (20:31 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 9 Oct 2012 04:53:23 +0000 (00:53 -0400)
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>
tools/power/acpi/acpidump.c

index 07779871421ca7e8e85b5090137f577782a09ee0..a84553a0e0df105862395bbf9c6a7740c8ce6588 100644 (file)
@@ -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>