summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorMichal Hocko <mhocko@suse.com>2017-12-06 11:27:57 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2017-12-08 13:40:17 -0800
commitf335195adf043168ee69d78ea72ac3e30f0c57ce (patch)
treece5f2e31d3bdc1186041fdfd27a5ac96e728f2c5 /mm
parente9ef1fe312b533592e39cddc1327463c30b0ed8d (diff)
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.c1
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