From c0cb606a3456ca956431e7b554c29f0212475e98 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 1 May 2015 18:03:58 +0100 Subject: [PATCH] staging: comedi: mite.c: remove commented out USE_KMALLOC The definition of the macro `USE_KMALLOC` is commented out, and nothing refers to it. Remove the commented out macro. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/mite.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/mite.c b/drivers/staging/comedi/drivers/mite.c index e45ce003ec23..66b2becc6d73 100644 --- a/drivers/staging/comedi/drivers/mite.c +++ b/drivers/staging/comedi/drivers/mite.c @@ -42,8 +42,6 @@ */ -/* #define USE_KMALLOC */ - #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include -- 2.11.0