From: Jeremy Kerr Date: Sun, 14 Feb 2010 14:13:41 +0000 (-0700) Subject: proc_devtree: fix THIS_MODULE without module.h X-Git-Tag: v2.6.34-rc1~289^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c540d9e3da38c3d1c15fb8059e4577a84ac0066;p=pandora-kernel.git proc_devtree: fix THIS_MODULE without module.h Commit e22f628395432b967f2f505858c64450f7835365 introduced a build breakage for ARM devtree work: the THIS_MODULE macro was added, but we don't have module.h This change adds the necessary #include to get THIS_MODULE defined. While we could just replace it with NULL (PROC_FS is a bool, not a tristate), using THIS_MODULE will prevent unexpected breakage if we ever do compile this as a module. Signed-off-by: Jeremy Kerr Signed-off-by: Grant Likely Acked-by: Benjamin Herrenschmidt Acked-by: Michal Simek --- Reading git-diff-tree failed