From: Ian Abbott Date: Fri, 1 May 2015 17:03:58 +0000 (+0100) Subject: staging: comedi: mite.c: remove commented out USE_KMALLOC X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c0cb606a3456ca956431e7b554c29f0212475e98;p=deliverable%2Flinux.git 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 --- 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