From: Andrea Gelmini Date: Mon, 24 May 2010 00:02:30 +0000 (-0700) Subject: Documentation/timers/hpet_example: drop duplicate header files X-Git-Tag: v2.6.35-rc1~426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4164fcc2f9b02a7cba31215328753fe328ce0d90;p=platform%2Fkernel%2Flinux-exynos.git Documentation/timers/hpet_example: drop duplicate header files Documentation/timers/hpet_example.c: fcntl.h is included more than once. Documentation/timers/hpet_example.c: signal.h is included more than once. Signed-off-by: Andrea Gelmini Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/Documentation/timers/hpet_example.c b/Documentation/timers/hpet_example.c index f9ce2d9..4bfafb7 100644 --- a/Documentation/timers/hpet_example.c +++ b/Documentation/timers/hpet_example.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -24,7 +23,6 @@ extern void hpet_read(int, const char **); #include #include -#include struct hpet_command { char *command;