Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753708AbWLPN44 (ORCPT ); Sat, 16 Dec 2006 08:56:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753714AbWLPN44 (ORCPT ); Sat, 16 Dec 2006 08:56:56 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:3331 "HELO mailout.stusta.mhn.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753708AbWLPN4z (ORCPT ); Sat, 16 Dec 2006 08:56:55 -0500 Date: Sat, 16 Dec 2006 14:56:54 +0100 From: Adrian Bunk To: Andrew Morton , "Hans J. Koch" Cc: linux-kernel@vger.kernel.org, Greg KH , Thomas Gleixner , Benedikt Spranger Subject: [-mm patch] make uio_irq_handler() static Message-ID: <20061216135654.GB3388@stusta.de> References: <20061214225913.3338f677.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061214225913.3338f677.akpm@osdl.org> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 30 On Thu, Dec 14, 2006 at 10:59:13PM -0800, Andrew Morton wrote: >... > Changes since 2.6.19-mm1: >... > +gregkh-driver-uio-irq.patch > > driver tree updates >... This patch makes the needlessly global uio_irq_handler() static. Signed-off-by: Adrian Bunk --- linux-2.6.20-rc1-mm1/drivers/uio/uio_irq.c.old 2006-12-15 22:23:23.000000000 +0100 +++ linux-2.6.20-rc1-mm1/drivers/uio/uio_irq.c 2006-12-15 22:33:40.000000000 +0100 @@ -22,7 +22,7 @@ static struct uio_device *uio_irq_idev; -irqreturn_t uio_irq_handler(int irq, void *dev_id) +static irqreturn_t uio_irq_handler(int irq, void *dev_id) { return IRQ_HANDLED; } - 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/