summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r--include/linux/kernel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 6eb8c8a0..efa73385 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -254,8 +254,6 @@ struct qstr {
#define POISON_FREE 0x6b
-static inline void dump_stack(void) {}
-
#define unsafe_memcpy(dst, src, bytes, justification) \
memcpy(dst, src, bytes)