diff options
author | Michal Hocko <mhocko@suse.com> | 2017-12-06 11:27:57 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-12-08 13:40:17 -0800 |
commit | f335195adf043168ee69d78ea72ac3e30f0c57ce (patch) | |
tree | ce5f2e31d3bdc1186041fdfd27a5ac96e728f2c5 /mm | |
parent | e9ef1fe312b533592e39cddc1327463c30b0ed8d (diff) | |
download | linux-f335195adf043168ee69d78ea72ac3e30f0c57ce.tar.bz2 |
kmemcheck: rip it out for real
Commit 4675ff05de2d ("kmemcheck: rip it out") has removed the code but
for some reason SPDX header stayed in place. This looks like a rebase
mistake in the mmotm tree or the merge mistake. Let's drop those
leftovers as well.
Signed-off-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/kmemcheck.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/kmemcheck.c b/mm/kmemcheck.c deleted file mode 100644 index cec594032515..000000000000 --- a/mm/kmemcheck.c +++ /dev/null @@ -1 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 |