Return-path: Received: from mail-gw0-f42.google.com ([74.125.83.42]:56790 "EHLO mail-gw0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750777Ab1IUVmN (ORCPT ); Wed, 21 Sep 2011 17:42:13 -0400 Message-ID: <4E7A5A2F.7030402@lwfinger.net> (sfid-20110921_234218_722219_AEFD7861) Date: Wed, 21 Sep 2011 16:42:07 -0500 From: Larry Finger MIME-Version: 1.0 To: Randy Dunlap CC: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Andrew Morton , Stephen Rothwell , linux-next@vger.kernel.org, LKML , "linux-wireless@vger.kernel.org" Subject: Re: [PATCH -next] bcma: main.c and driver_mips.c need linux/export.h References: <20110920173102.d38155c7defbbc29beaae7c0@canb.auug.org.au> <4E78CFC0.4020003@xenotime.net> <4E78FCDB.1010002@xenotime.net> <4E7A084C.3000304@xenotime.net> <4E7A521B.50104@xenotime.net> In-Reply-To: <4E7A521B.50104@xenotime.net> Content-Type: text/plain; charset=UTF-8; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 09/21/2011 04:07 PM, Randy Dunlap wrote: > From: Randy Dunlap > > main.c and driver_mips.c use EXPORT_SYMBOL() etc. > so they should include. > > Signed-off-by: Randy Dunlap From this commit message, it appears that every routine that uses EXPORT_SYMBOL() will need to include this header. I looked at modifying rtlwifi and friends to include this header, but found that include/linux/export.h does not exist in any of my source trees. From that I assume that the change will happen in 3.2. I have prepared a patch, but cannot use it at the moment. Is there somewhere that I should send it? Larry