Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760595AbYFQWc2 (ORCPT ); Tue, 17 Jun 2008 18:32:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759253AbYFQWbi (ORCPT ); Tue, 17 Jun 2008 18:31:38 -0400 Received: from smtp6.pp.htv.fi ([213.243.153.40]:50741 "EHLO smtp6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759004AbYFQWbh (ORCPT ); Tue, 17 Jun 2008 18:31:37 -0400 Date: Wed, 18 Jun 2008 01:30:11 +0300 From: Adrian Bunk To: Alan Cox Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] make probe_serial_gsc() static Message-ID: <20080617223011.GE25911@cs181133002.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 829 Lines: 24 This patch makes the needlessly global probe_serial_gsc() static. Signed-off-by: Adrian Bunk --- e0053c1295ce33ec15d2788140070660e95a07f0 diff --git a/drivers/serial/8250_gsc.c b/drivers/serial/8250_gsc.c index 0416ad3..418b4fe 100644 --- a/drivers/serial/8250_gsc.c +++ b/drivers/serial/8250_gsc.c @@ -111,7 +111,7 @@ static struct parisc_driver serial_driver = { .probe = serial_init_chip, }; -int __init probe_serial_gsc(void) +static int __init probe_serial_gsc(void) { register_parisc_driver(&lasi_driver); register_parisc_driver(&serial_driver); -- 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/