| Submitter | Yoichi Yuasa |
|---|---|
| Date | 2010-02-20 12:02:22 |
| Message ID | <20100220212322.03c5eb09.yuasa@linux-mips.org> |
| Download | mbox | patch |
| Permalink | /patch/980/ |
| State | Accepted |
| Delegated to: | Ralf Baechle |
| Headers | show |
Comments
On Sat, Feb 20, 2010 at 09:23:22PM +0900, Yoichi Yuasa wrote: Applied but to the mainline, not queue. Thanks, Ralf
Patch
diff --git a/arch/mips/mm/highmem.c b/arch/mips/mm/highmem.c index e274fda..127d732 100644 --- a/arch/mips/mm/highmem.c +++ b/arch/mips/mm/highmem.c @@ -1,5 +1,6 @@ #include <linux/module.h> #include <linux/highmem.h> +#include <linux/sched.h> #include <linux/smp.h> #include <asm/fixmap.h> #include <asm/tlbflush.h>
arch/mips/mm/highmem.c: In function 'kmap_init': arch/mips/mm/highmem.c:130: error: 'init_mm' undeclared (first use in this function) arch/mips/mm/highmem.c:130: error: (Each undeclared identifier is reported only once arch/mips/mm/highmem.c:130: error: for each function it appears in.) Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> --- arch/mips/mm/highmem.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)