staging: comedi: mite.c: remove commented out USE_KMALLOC
authorIan Abbott <abbotti@mev.co.uk>
Fri, 1 May 2015 17:03:58 +0000 (18:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 07:24:02 +0000 (09:24 +0200)
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 <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/mite.c

index e45ce003ec23060d58570711565db841e10a26f3..66b2becc6d73f8167b69a660d6aae08bb7eb4655 100644 (file)
@@ -42,8 +42,6 @@
 
 */
 
-/* #define USE_KMALLOC */
-
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/module.h>