]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/memblock: make memblock_remove_range() static
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Wed, 21 Oct 2015 22:03:01 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:01 +0000 (09:03 +1100)
commit5edc393d0741a61c6929b5f59a39019da4119ffe
treec18afda6b5c953da69c7897904a6ac223c964456
parent3d66d54088776e4328c7268cbd6a8f4a94ccdd70
mm/memblock: make memblock_remove_range() static

memblock_remove_range() is only used in the mm/memblock.c, so we can make
it static.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/memblock.h
mm/memblock.c