[PATCH 31/60] microblaze_v4: memory inicialization, MMU, TLB

Arnd Bergmann arnd at arndb.de
Fri Jun 27 01:14:11 EST 2008


On Thursday 26 June 2008, monstr at 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 <><



More information about the Linuxppc-dev mailing list