From: Paul Gortmaker Date: Thu, 28 Jul 2011 01:21:04 +0000 (-0400) Subject: bcma: fix implicit use of export.h contents X-Git-Tag: v3.2-rc1~22^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a8e3772f53a5337e74700fc166a3d4c3ef59a2;p=pandora-kernel.git bcma: fix implicit use of export.h contents Fix in advance, or we will get things like this: drivers/bcma/core.c:20: warning: data definition has no type or storage class drivers/bcma/core.c:20: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/core.c:20: warning: parameter names (without types) in function declaration Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed