From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756497Ab0EQXar (ORCPT ); Mon, 17 May 2010 19:30:47 -0400 Received: from xenotime.net ([72.52.115.56]:52056 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756222Ab0EQX3K (ORCPT ); Mon, 17 May 2010 19:29:10 -0400 Date: Mon, 17 May 2010 16:21:11 -0700 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Andrea Gelmini Subject: [PATCH 5/10] Documentation/timers/hpet_example: drop duplicate header files Message-ID: <1274138471583@xenotime.net> In-Reply-To: <12741384711166@xenotime.net> X-Mailer: gregkh_patchbomb Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Andrea Gelmini 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 --- 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 #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; --