[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1269537767-7553-6-git-send-email-andrea.gelmini@gelma.net>
Date: Thu, 25 Mar 2010 18:22:36 +0100
From: Andrea Gelmini <andrea.gelmini@...ma.net>
To: linux-doc@...r.kernel.org
Cc: Andrea Gelmini <andrea.gelmini@...ma.net>,
Thomas Gleixner <tglx@...utronix.de>,
Randy Dunlap <rdunlap@...otime.net>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH 05/16] Docs hpet_example.c: duplicated includes
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@...ma.net>
---
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 f9ce2d9..4bfafb7 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;
--
1.7.0.3.296.g9776a
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists