From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754064AbcITLxr (ORCPT ); Tue, 20 Sep 2016 07:53:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39323 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124AbcITLxq (ORCPT ); Tue, 20 Sep 2016 07:53:46 -0400 Date: Tue, 20 Sep 2016 13:53:51 +0200 From: Greg KH To: Baoyou Xie Cc: wsa+renesas@sang-engineering.com, colin.king@canonical.com, hofrat@osadl.org, karniksayli1995@gmail.com, devel@driverdev.osuosl.org, xie.baoyou@zte.com.cn, linux-kernel@vger.kernel.org, arnd@arndb.de Subject: Re: [PATCH] staging: ks7010: clean function declaration in ks_hostif.c up Message-ID: <20160920115351.GA26614@kroah.com> References: <1474196870-15616-1-git-send-email-baoyou.xie@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474196870-15616-1-git-send-email-baoyou.xie@linaro.org> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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