]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - mm/nobootmem.c
Revert "mwifiex: cancel cmd timer and free curr_cmd in shutdown process
[karo-tx-linux.git] / mm / nobootmem.c
index 6e93dc7f25863628b576539648dfe0c7ba8d3f10..e39e3efe4a434218ec3470a164606cc1dc964313 100644 (file)
@@ -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);