[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <78C9135A3D2ECE4B8162EBDCE82CAD770305B135@nekter>
Date: Wed, 13 Feb 2008 16:45:08 -0500
From: "Ramkrishna Vepa" <Ramkrishna.Vepa@...erion.com>
To: "Jeff Garzik" <jeff@...zik.org>
Cc: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
"Adrian Bunk" <bunk@...nel.org>,
"Surjit Reang" <Surjit.Reang@...erion.com>,
"Sreenivasa Honnur" <Sreenivasa.Honnur@...erion.com>,
"Ramkrishna Vepa" <ram.vepa@...erion.com>,
"Rastapur Santosh" <santosh.rastapur@...erion.com>,
"Sivakumar Subramani" <Sivakumar.Subramani@...erion.com>
Subject: RE: [2.6 patch] make s2io.c:init_tti() static
Please apply. Looks good.
Ram
> -----Original Message-----
> From: Adrian Bunk [mailto:bunk@...nel.org]
> Sent: Wednesday, February 13, 2008 1:31 PM
> To: Surjit Reang; Sreenivasa Honnur; Ramkrishna Vepa; Rastapur
Santosh;
> Sivakumar Subramani
> Cc: netdev@...r.kernel.org; linux-kernel@...r.kernel.org
> Subject: [2.6 patch] make s2io.c:init_tti() static
>
> This patch makes the needlessly global init_tti() static.
>
> Signed-off-by: Adrian Bunk <bunk@...nel.org>
>
> ---
>
> This patch has been sent on:
> - 30 Jan 2008
>
> 1e8c2b07be955b181814e4c24366517a66557908
> diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c
> index 5fab7d7..bc94e84 100644
> --- a/drivers/net/s2io.c
> +++ b/drivers/net/s2io.c
> @@ -1088,7 +1088,7 @@ static int s2io_print_pci_mode(struct s2io_nic
*nic)
> * '-1' on failure
> */
>
> -int init_tti(struct s2io_nic *nic, int link)
> +static int init_tti(struct s2io_nic *nic, int link)
> {
> struct XENA_dev_config __iomem *bar0 = nic->bar0;
> register u64 val64 = 0;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists