[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4DAE3A06.4000207@cn.fujitsu.com>
Date: Wed, 20 Apr 2011 09:42:30 +0800
From: Shan Wei <shanwei@...fujitsu.com>
To: David Miller <davem@...emloft.net>, netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] net:bna: fix compile warning of ‘bfa_ioc_smem_pgoff’ defined but not used
This patch is also against net-next.
Shan Wei wrote, at 04/20/2011 09:38 AM:
> Fix the below compile warning:
>
> drivers/net/bna/bfa_ioc.c:1922: warning: ‘bfa_ioc_smem_pgoff’ defined but not used
>
>
> Signed-off-by: Shan Wei <shanwei@...fujitsu.com>
> ---
> drivers/net/bna/bfa_ioc.c | 7 -------
> 1 files changed, 0 insertions(+), 7 deletions(-)
>
> diff --git a/drivers/net/bna/bfa_ioc.c b/drivers/net/bna/bfa_ioc.c
> index ba2a4e1..fcb9bb3 100644
> --- a/drivers/net/bna/bfa_ioc.c
> +++ b/drivers/net/bna/bfa_ioc.c
> @@ -82,7 +82,6 @@ static void bfa_ioc_pf_fwmismatch(struct bfa_ioc *ioc);
> static void bfa_ioc_boot(struct bfa_ioc *ioc, u32 boot_type,
> u32 boot_param);
> static u32 bfa_ioc_smem_pgnum(struct bfa_ioc *ioc, u32 fmaddr);
> -static u32 bfa_ioc_smem_pgoff(struct bfa_ioc *ioc, u32 fmaddr);
> static void bfa_ioc_get_adapter_serial_num(struct bfa_ioc *ioc,
> char *serial_num);
> static void bfa_ioc_get_adapter_fw_ver(struct bfa_ioc *ioc,
> @@ -1923,12 +1922,6 @@ bfa_ioc_smem_pgnum(struct bfa_ioc *ioc, u32 fmaddr)
> return PSS_SMEM_PGNUM(ioc->ioc_regs.smem_pg0, fmaddr);
> }
>
> -static u32
> -bfa_ioc_smem_pgoff(struct bfa_ioc *ioc, u32 fmaddr)
> -{
> - return PSS_SMEM_PGOFF(fmaddr);
> -}
> -
> /**
> * Register mailbox message handler function, to be called by common modules
> */
--
Best Regards
-----
Shan Wei
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists