From: Stephen Rothwell Date: Mon, 15 Aug 2011 23:36:06 +0000 (+1000) Subject: regmap: using module facilities requires module.h X-Git-Tag: v3.1-rc3~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ddbf465f3675b19c8f5528b4064cbf278a5c6f;p=pandora-kernel.git regmap: using module facilities requires module.h Commit b33f9cbd67ba ("regmap: Specify a module license") added a MODULES_LICENSE to this file without adding an include of module.h. module.h should have been included anyway, since this file has EXPORT_SYMBOLs as well. With the pending module.h split up, this would probably have caused build problems. Cc: Stephen Warren Cc: Mark Brown Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed