diff options
Diffstat (limited to 'drivers/misc/lkdtm_heap.c')
-rw-r--r-- | drivers/misc/lkdtm_heap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/misc/lkdtm_heap.c b/drivers/misc/lkdtm_heap.c index 12f50e8dcbfe..0f1581664c1c 100644 --- a/drivers/misc/lkdtm_heap.c +++ b/drivers/misc/lkdtm_heap.c @@ -2,12 +2,8 @@ * This is for all the tests relating directly to heap memory, including * page allocation and slab allocations. */ -#define pr_fmt(fmt) "lkdtm: " fmt - -#include <linux/kernel.h> -#include <linux/slab.h> - #include "lkdtm.h" +#include <linux/slab.h> /* * This tries to stay within the next largest power-of-2 kmalloc cache |