aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Kerr <jeremy.kerr@canonical.com>2010-02-14 07:13:41 -0700
committerGrant Likely <grant.likely@secretlab.ca>2010-02-14 07:13:41 -0700
commit7c540d9e3da38c3d1c15fb8059e4577a84ac0066 (patch)
tree5cbddd96076c4655154c72e73f852e81af2506f3 /Makefile
parentof: Remove old and misplaced function declarations (diff)
downloadlinux-dev-7c540d9e3da38c3d1c15fb8059e4577a84ac0066.tar.xz
linux-dev-7c540d9e3da38c3d1c15fb8059e4577a84ac0066.zip
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 <jeremy.kerr@canonical.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions