[PATCH 1/2] include/linux/torture.h: remove unused duplicate definition

From: Pranith Kumar
Date: Wed Apr 16 2014 - 16:45:51 EST


remove an unused duplicate definition of torture_param

Signed-off-by: Pranith Kumar <bobby.prani@xxxxxxxxx>
---
include/linux/torture.h | 6 ------
1 file changed, 6 deletions(-)

diff --git a/include/linux/torture.h b/include/linux/torture.h
index b2e2b46..88a84a2 100644
--- a/include/linux/torture.h
+++ b/include/linux/torture.h
@@ -49,12 +49,6 @@
#define VERBOSE_TOROUT_ERRSTRING(s) \
do { if (verbose) pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s); } while (0)

-/* Definitions for a non-string torture-test module parameter. */
-#define torture_parm(type, name, init, msg) \
- static type name = init; \
- module_param(name, type, 0444); \
- MODULE_PARM_DESC(name, msg);
-
/* Definitions for online/offline exerciser. */
int torture_onoff_init(long ooholdoff, long oointerval);
char *torture_onoff_stats(char *page);
--
1.7.9.5
--
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/