[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200918.145309.961435680460105722.davem@davemloft.net>
Date: Fri, 18 Sep 2020 14:53:09 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: wanghai38@...wei.com
Cc: dchickles@...vell.com, sburla@...vell.com, fmanlunas@...vell.com,
kuba@...nel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] liquidio: Fix -Wmissing-prototypes warnings
for liquidio
From: Wang Hai <wanghai38@...wei.com>
Date: Fri, 18 Sep 2020 21:02:10 +0800
> If the header file containing a function's prototype isn't included by
> the sourcefile containing the associated function, the build system
> complains of missing prototypes.
>
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/ethernet/cavium/liquidio/cn68xx_device.c:124:5: warning: no previous prototype for ‘lio_setup_cn68xx_octeon_device’ [-Wmissing-prototypes]
> drivers/net/ethernet/cavium/liquidio/octeon_mem_ops.c:159:1: warning: no previous prototype for ‘octeon_pci_read_core_mem’ [-Wmissing-prototypes]
> drivers/net/ethernet/cavium/liquidio/octeon_mem_ops.c:168:1: warning: no previous prototype for ‘octeon_pci_write_core_mem’ [-Wmissing-prototypes]
> drivers/net/ethernet/cavium/liquidio/octeon_mem_ops.c:176:5: warning: no previous prototype for ‘octeon_read_device_mem64’ [-Wmissing-prototypes]
> drivers/net/ethernet/cavium/liquidio/octeon_mem_ops.c:185:5: warning: no previous prototype for ‘octeon_read_device_mem32’ [-Wmissing-prototypes]
> drivers/net/ethernet/cavium/liquidio/octeon_mem_ops.c:194:6: warning: no previous prototype for ‘octeon_write_device_mem32’ [-Wmissing-prototypes]
>
> Signed-off-by: Wang Hai <wanghai38@...wei.com>
Applied.
Powered by blists - more mailing lists