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=7fa41b4a07bf2c129d57d2df5be92b434252ca7e;hb=4cecd7e369e1b252db1d64451462221b362eed1c;hpb=fb38f9b8fe98a9c1f6b1e57d1b08b1102b293929 diff --git a/mm/nobootmem.c b/mm/nobootmem.c index 7fa41b4a07bf..07c08c4db1d2 100644 --- a/mm/nobootmem.c +++ b/mm/nobootmem.c @@ -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);