Re: [PATCH 31/60] microblaze_v4: memory inicialization, MMU, TLB
From: Arnd Bergmann <arnd@arndb.de>
Date: 2008-06-26 15:15:01
Also in:
linux-arch, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2008-06-26 15:15:01
Also in:
linux-arch, lkml
On Thursday 26 June 2008, monstr@seznam.cz wrote:
+#include <linux/autoconf.h>
You should never need to include linux/autoconf.h anywhere, just remove this.
+#include <linux/init.h> +#include <linux/mm.h> +#include "../../../mm/internal.h"
Why do you need to include the internal.h file here? If you have a good reason to do it, you should probably add the symbol you need to a global header file. Arnd <><