From: Paul Gortmaker Date: Thu, 28 Jul 2011 02:07:02 +0000 (-0400) Subject: ssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE X-Git-Tag: v3.2-rc1~22^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1014c22e42a6692660d1a77888d07f4811b2914d;p=pandora-kernel.git ssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE Or we will get things like this when we remove the implicit path: drivers/ssb/embedded.c:32: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' drivers/ssb/driver_chipcommon.c:432: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' drivers/ssb/driver_chipcommon_pmu.c:607: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' drivers/ssb/pcihost_wrapper.c:120: error: ‘THIS_MODULE’ undeclared (first use in this function) drivers/ssb/driver_pcicore.c:721: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’ drivers/ssb/driver_gige.c:249: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed