From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753501AbbCZXlV (ORCPT ); Thu, 26 Mar 2015 19:41:21 -0400 Received: from gproxy10-pub.mail.unifiedlayer.com ([69.89.20.226]:52753 "HELO gproxy10-pub.mail.unifiedlayer.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753475AbbCZXlS (ORCPT ); Thu, 26 Mar 2015 19:41:18 -0400 X-Authority-Analysis: v=2.1 cv=XvNpZz19 c=1 sm=1 tr=0 a=PkLafpyMt2xwRD+PMJrZ3Q==:117 a=PkLafpyMt2xwRD+PMJrZ3Q==:17 a=cNaOj0WVAAAA:8 a=f5113yIGAAAA:8 a=J0QyKEt1u0cA:10 a=kj9zAlcOel0A:10 a=ptNznvi-AAAA:8 a=fztpppUj2ZoA:10 a=Xwexni91U_8A:10 a=emO1SXQWCLwA:10 a=Ol3Tu_YWhZyub1mLojEA:9 a=CjuIK1q_8ugA:10 a=XNsZjNTKMsgA:10 a=6E3uW3dejWkA:10 a=-cmseTS_dnMA:10 Date: Thu, 26 Mar 2015 17:41:00 -0600 From: Eddie Kovsky To: Dan Carpenter Cc: gregkh@linuxfoundation.org, antoine@schweitzer-chaput.fr, c@24.io, cristina.opriceana@gmail.com, rickard_strandqvist@spectrumdigital.se, koray.gulcu@ozu.edu.tr, gdonald@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: rtl8192 Clean up function definition Message-ID: <20150326234100.GA971@athena> References: <20150326041611.GA11860@athena> <20150326083745.GW10964@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150326083745.GW10964@mwanda> User-Agent: Mutt/1.5.23 (2014-03-12) X-Identified-User: {1650:box492.bluehost.com:edkovsky:edkovsky.org} {sentby:smtp auth 65.102.196.57 authed with ewk+edkovsky.org} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 26, 2015 at 11:37:45AM +0300, Dan Carpenter wrote: > Huh. Weird. Please, could you just move it forward instead so we don't > have to have the prototype declaration? > > regars, > dan carpenter > Dan You're right. That's a better solution. But I already got a message from Greg that he picked this up. I'll put together another patch to remove the prototype. Eddie