From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] bcma: needs export.h Date: Tue, 20 Sep 2011 10:39:12 -0700 Message-ID: <4E78CFC0.4020003@xenotime.net> References: <20110920173102.d38155c7defbbc29beaae7c0@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy9.bluehost.com ([69.89.24.6]:60045 "HELO oproxy9.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751164Ab1ITRjP (ORCPT ); Tue, 20 Sep 2011 13:39:15 -0400 In-Reply-To: <20110920173102.d38155c7defbbc29beaae7c0@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, LKML , zajec5@gmail.com, "linux-wireless@vger.kernel.org" , Andrew Morton From: Randy Dunlap bcma/driver_chipcommon_pmu.c needs to include , so add it to the headers that are included by bcma_private.h. Fixes these warnings: drivers/bcma/driver_chipcommon_pmu.c:27:1: warning: data definition has no type or storage class drivers/bcma/driver_chipcommon_pmu.c:27:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/driver_chipcommon_pmu.c:27:1: warning: parameter names (without types) in function declaration drivers/bcma/driver_chipcommon_pmu.c:36:1: warning: data definition has no type or storage class drivers/bcma/driver_chipcommon_pmu.c:36:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/driver_chipcommon_pmu.c:36:1: warning: parameter names (without types) in function declaration drivers/bcma/driver_chipcommon_pmu.c:45:1: warning: data definition has no type or storage class drivers/bcma/driver_chipcommon_pmu.c:45:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/driver_chipcommon_pmu.c:45:1: warning: parameter names (without types) in function declaration drivers/bcma/driver_chipcommon_pmu.c:54:1: warning: data definition has no type or storage class drivers/bcma/driver_chipcommon_pmu.c:54:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/driver_chipcommon_pmu.c:54:1: warning: parameter names (without types) in function declaration Signed-off-by: Randy Dunlap --- drivers/bcma/bcma_private.h | 1 + 1 file changed, 1 insertion(+) --- next-2011-0920.orig/drivers/bcma/bcma_private.h +++ next-2011-0920/drivers/bcma/bcma_private.h @@ -7,6 +7,7 @@ #include #include +#include #define BCMA_CORE_SIZE 0x1000