[PATCH 2/7] fault-injection: remove nonexistent function extern

From: Akinobu Mita
Date: Sun Jul 03 2011 - 09:59:47 EST


should_fail_srandom() does not exist.

Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx>
---
include/linux/fault-inject.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/fault-inject.h b/include/linux/fault-inject.h
index 7b64ad4..7b72328 100644
--- a/include/linux/fault-inject.h
+++ b/include/linux/fault-inject.h
@@ -57,7 +57,6 @@ struct fault_attr {

#define DECLARE_FAULT_ATTR(name) struct fault_attr name = FAULT_ATTR_INITIALIZER
int setup_fault_attr(struct fault_attr *attr, char *str);
-void should_fail_srandom(unsigned long entropy);
bool should_fail(struct fault_attr *attr, ssize_t size);

#ifdef CONFIG_FAULT_INJECTION_DEBUG_FS
--
1.7.4.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/