Re: [PATCH 2/9] proc_devtree: fix THIS_MODULE without module.h

2010-02-13 Thread Benjamin Herrenschmidt
On Sat, 2010-02-13 at 09:02 -0700, Grant Likely wrote: > From: Jeremy Kerr > > 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

[PATCH 2/9] proc_devtree: fix THIS_MODULE without module.h

2010-02-13 Thread Grant Likely
From: Jeremy Kerr 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