diff options
author | Michal Hocko <mhocko@suse.com> | 2017-12-06 13:27:57 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-12-09 00:40:17 +0300 |
commit | f335195adf043168ee69d78ea72ac3e30f0c57ce (patch) | |
tree | ce5f2e31d3bdc1186041fdfd27a5ac96e728f2c5 /tools/include | |
parent | e9ef1fe312b533592e39cddc1327463c30b0ed8d (diff) | |
download | linux-f335195adf043168ee69d78ea72ac3e30f0c57ce.tar.xz |
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 'tools/include')
-rw-r--r-- | tools/include/linux/kmemcheck.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/include/linux/kmemcheck.h b/tools/include/linux/kmemcheck.h deleted file mode 100644 index ea32a7d3cf1b..000000000000 --- a/tools/include/linux/kmemcheck.h +++ /dev/null @@ -1 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ |