diff options
author | Jakub Sitnicki <jsitnicki@gmail.com> | 2015-04-15 16:16:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-15 16:35:22 -0700 |
commit | 96831c0a6738f88f89e7012f4df0a747514af0a0 (patch) | |
tree | d08f743a440e52e035dd8efb109c26c36ce8169b /block | |
parent | 2813893f8b197a14f1e1ddb04d99bce46817c84a (diff) | |
download | linux-96831c0a6738f88f89e7012f4df0a747514af0a0.tar.gz linux-96831c0a6738f88f89e7012f4df0a747514af0a0.tar.bz2 linux-96831c0a6738f88f89e7012f4df0a747514af0a0.zip |
kernel/resource.c: remove deprecated __check_region() and friends
All users of __check_region(), check_region(), and check_mem_region() are
gone. We got rid of the last user in v4.0-rc1. Remove them.
bloat-o-meter on x86_64 shows:
add/remove: 0/3 grow/shrink: 0/0 up/down: 0/-102 (-102)
function old new delta
__kstrtab___check_region 15 - -15
__ksymtab___check_region 16 - -16
__check_region 71 - -71
Signed-off-by: Jakub Sitnicki <jsitnicki@gmail.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions