Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261379AbUKNUvq (ORCPT ); Sun, 14 Nov 2004 15:51:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261371AbUKNUu5 (ORCPT ); Sun, 14 Nov 2004 15:50:57 -0500 Received: from pool-151-203-245-3.bos.east.verizon.net ([151.203.245.3]:11268 "EHLO ccure.user-mode-linux.org") by vger.kernel.org with ESMTP id S261368AbUKNUus (ORCPT ); Sun, 14 Nov 2004 15:50:48 -0500 Message-Id: <200411142304.iAEN4CbV013361@ccure.user-mode-linux.org> X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.1-RC1 To: akpm@osdl.org, Blaisorblade cc: linux-kernel@vger.kernel.org Subject: [PATCH] - UML - Remove unused declaration Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Nov 2004 18:04:12 -0500 From: Jeff Dike Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 780 Lines: 22 Remove an unused declaration of time_stamp(). Signed-off-by: Jeff Dike Index: 2.6.9/arch/um/include/kern_util.h =================================================================== --- 2.6.9.orig/arch/um/include/kern_util.h 2004-11-14 15:31:25.000000000 -0500 +++ 2.6.9/arch/um/include/kern_util.h 2004-11-14 15:31:36.000000000 -0500 @@ -110,7 +110,6 @@ extern void free_irq(unsigned int, void *); extern int um_in_interrupt(void); extern int cpu(void); -extern unsigned long long time_stamp(void); #endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/