kernel/arch/ia64/kernel/unwind.c
.. .. @@ -28,7 +28,7 @@ 28 28 * acquired, then the read-write lock must be acquired first. 29 29 */ 30 30 #include <linux/module.h> 31 -#include <linux/bootmem.h>31 +#include <linux/memblock.h>32 32 #include <linux/elf.h> 33 33 #include <linux/kernel.h> 34 34 #include <linux/sched.h> .. .. @@ -324,7 +324,7 @@ 324 324 return 0; 325 325 } 326 326 } 327 - /* fall through */327 + fallthrough;328 328 case UNW_NAT_NONE: 329 329 dummy_nat = 0; 330 330 nat_addr = &dummy_nat;