X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=mm%2Fnobootmem.c;h=07c08c4db1d2e718bcf737c3f29717258ddc9765;hp=6e93dc7f25863628b576539648dfe0c7ba8d3f10;hb=refs%2Fheads%2Fpandora-3.2-cma2;hpb=a5d5a914770a81a1f775be2ee35b9fa8fd19d381 diff --git a/mm/nobootmem.c b/mm/nobootmem.c index 6e93dc7f2586..07c08c4db1d2 100644 --- a/mm/nobootmem.c +++ b/mm/nobootmem.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include @@ -83,8 +83,7 @@ void __init free_bootmem_late(unsigned long addr, unsigned long size) static void __init __free_pages_memory(unsigned long start, unsigned long end) { - int i; - unsigned long start_aligned, end_aligned; + unsigned long i, start_aligned, end_aligned; int order = ilog2(BITS_PER_LONG); start_aligned = (start + (BITS_PER_LONG - 1)) & ~(BITS_PER_LONG - 1);