On Sat, Mar 1, 2014 at 5:02 PM, Gideon Israel Dsouza
<[email protected]> wrote:
> --- a/mm/sparse.c
> +++ b/mm/sparse.c
> @@ -9,6 +9,8 @@
> #include <linux/export.h>
> #include <linux/spinlock.h>
> #include <linux/vmalloc.h>
> +#include <linux/compiler.h>
Please try to insert new includes in alphabetical order, to avoid
merge conflicts.
It's no always easy, as lots of include lists are not sorted at all.
> +
> #include "internal.h"
> #include <asm/dma.h>
> #include <asm/pgalloc.h>
> @@ -459,9 +461,9 @@ static struct page __init
> *sparse_early_mem_map_alloc(unsigned long pnum)
> ms->section_mem_map = 0;
> return NULL;
> }
> -#endif
> +endif
Woops, this won't compile?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/