[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <47CE9AF9.6070200@garzik.org>
Date: Wed, 05 Mar 2008 08:07:05 -0500
From: Jeff Garzik <jeff@...zik.org>
To: Harvey Harrison <harvey.harrison@...il.com>
CC: David Miller <davem@...emloft.net>,
Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 4/9] net: replace __inline with inline
Harvey Harrison wrote:
> Signed-off-by: Harvey Harrison <harvey.harrison@...il.com>
> ---
> drivers/net/wan/sbni.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/wan/sbni.c b/drivers/net/wan/sbni.c
> index 15d5c58..e59255a 100644
> --- a/drivers/net/wan/sbni.c
> +++ b/drivers/net/wan/sbni.c
> @@ -751,7 +751,7 @@ upload_data( struct net_device *dev, unsigned framelen, unsigned frameno,
> }
>
>
> -static __inline void
> +static inline void
> send_complete( struct net_local *nl )
> {
better to remove the inline altogether, and let the compiler make the
decision on its own...
--
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