Prev: [PATCH -next] nouveau: fix acpi_lid_open undefined
Next: [PATCH 2/9] Documentation/development-process: add maintainers and git info
From: Randy Dunlap on 23 May 2010 20:10 From: Andrea Gelmini <andrea.gelmini(a)gelma.net> 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(a)gelma.net> Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- Documentation/timers/hpet_example.c | 2 -- 1 file changed, 2 deletions(-) --- lnx-2634-docs.orig/Documentation/timers/hpet_example.c +++ lnx-2634-docs/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; -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |