Skip to content

Commit

Permalink
fault-injection: remove nonexistent function extern
Browse files Browse the repository at this point in the history
should_fail_srandom() does not exist.

Signed-off-by: Akinobu Mita <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
mita authored and torvalds committed Jul 26, 2011
1 parent 35f4676 commit 6b16f74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/fault-inject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b16f74

Please sign in to comment.