[PATCH 3/8] staging: comedi: mite.c: remove commented out USE_KMALLOC

From: Ian Abbott
Date: Fri May 01 2015 - 13:04:31 EST


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@xxxxxxxxx>
---
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 e45ce00..66b2bec 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 <linux/module.h>
--
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/