From: Randy Dunlap Date: Sat, 30 Jul 2011 04:13:09 +0000 (+0200) Subject: regulator: aat2870-regulator.c needs module.h X-Git-Tag: v3.2-rc1~101^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a7d021b5e1de205c964c30d0ceda660501dc107;p=pandora-kernel.git regulator: aat2870-regulator.c needs module.h aat2870-regulator.c needs to include linux/module.h to fix multiple build errors. drivers/regulator/aat2870-regulator.c:145: error: 'THIS_MODULE' undeclared here (not in a function) drivers/regulator/aat2870-regulator.c:230: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION' drivers/regulator/aat2870-regulator.c:231: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE' drivers/regulator/aat2870-regulator.c:232: warning: type defaults to 'int' in declaration of 'MODULE_AUTHOR' Signed-off-by: Randy Dunlap Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed