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....@linaro.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
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to