Re: [PATCH] staging: ks7010: clean function declaration in ks_hostif.c up

From: Greg KH
Date: Tue Sep 20 2016 - 07:53:53 EST


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@xxxxxxxxxx>

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