diff options
| author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 17:02:30 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-24 07:30:56 -0700 | 
| commit | 4164fcc2f9b02a7cba31215328753fe328ce0d90 (patch) | |
| tree | 185da33af9b06f5460c7fd7c96478b63848e26bb /Documentation/timers/hpet_example.c | |
| parent | e6a591e58e2c70912987f9f19d36ba967063b251 (diff) | |
| download | olio-linux-3.10-4164fcc2f9b02a7cba31215328753fe328ce0d90.tar.xz olio-linux-3.10-4164fcc2f9b02a7cba31215328753fe328ce0d90.zip  | |
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 <andrea.gelmini@gelma.net>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/timers/hpet_example.c')
| -rw-r--r-- | Documentation/timers/hpet_example.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/timers/hpet_example.c b/Documentation/timers/hpet_example.c index f9ce2d9fdfd..4bfafb7bc4c 100644 --- a/Documentation/timers/hpet_example.c +++ b/Documentation/timers/hpet_example.c @@ -10,7 +10,6 @@  #include <sys/types.h>  #include <sys/wait.h>  #include <signal.h> -#include <fcntl.h>  #include <errno.h>  #include <sys/time.h>  #include <linux/hpet.h> @@ -24,7 +23,6 @@ extern void hpet_read(int, const char **);  #include <sys/poll.h>  #include <sys/ioctl.h> -#include <signal.h>  struct hpet_command {  	char		*command;  |