[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160920115351.GA26614@kroah.com>
Date: Tue, 20 Sep 2016 13:53:51 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Baoyou Xie <baoyou.xie@...aro.org>
Cc: wsa+renesas@...g-engineering.com, colin.king@...onical.com,
hofrat@...dl.org, karniksayli1995@...il.com,
devel@...verdev.osuosl.org, xie.baoyou@....com.cn,
linux-kernel@...r.kernel.org, arnd@...db.de
Subject: Re: [PATCH] staging: ks7010: clean function declaration in
ks_hostif.c up
On Sun, Sep 18, 2016 at 07:07:50PM +0800, Baoyou Xie wrote:
> We get 1 warning when building kernel with W=1:
> drivers/staging/ks7010/ks_wlan_net.c:3392:6: warning: no previous prototype for 'send_packet_complete' [-Wmissing-prototypes]
>
> In fact, this function is declared in
> drivers/staging/ks7010/ks_hostif.c, but should be
> declared in a header file. thus can be recognized in other file.
>
> So this patch moves the declaration into
> drivers/staging/ks7010/ks_wlan.h.
>
> Signed-off-by: Baoyou Xie <baoyou.xie@...aro.org>
You are sending me multiple patches for the same driver, yet no
ordering, so these don't apply for me at all. Please fix this up and
resend, I've dropped all of the ones from you for this driver now.
greg k-h
Powered by blists - more mailing lists