From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757414AbcC2PUG (ORCPT ); Tue, 29 Mar 2016 11:20:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40365 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757271AbcC2PUE (ORCPT ); Tue, 29 Mar 2016 11:20:04 -0400 From: Jes Sorensen To: Bhumika Goyal Cc: Larry.Finger@lwfinger.net, gregkh@linuxfoundation.org, joe@perches.com, linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: rtl8723au: Remove unused functions References: <1458972892-14169-1-git-send-email-bhumirks@gmail.com> Date: Tue, 29 Mar 2016 11:20:03 -0400 In-Reply-To: <1458972892-14169-1-git-send-email-bhumirks@gmail.com> (Bhumika Goyal's message of "Sat, 26 Mar 2016 11:44:52 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 29 Mar 2016 15:20:04 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bhumika Goyal writes: > The functions rtw_get_oper_bw23a and rtw_get_oper_ch23aoffset are never > used anywhere in the kernel. So, remove their definition and prototype. > Grepped to find occurences. > > Signed-off-by: Bhumika Goyal > --- > drivers/staging/rtl8723au/core/rtw_wlan_util.c | 10 ---------- > drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 -- > 2 files changed, 12 deletions(-) Acked-by: Jes Sorensen