aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/badblocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/badblocks.h')
-rw-r--r--include/linux/badblocks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/badblocks.h b/include/linux/badblocks.h
index 929344630b51..2d98c026c57f 100644
--- a/include/linux/badblocks.h
+++ b/include/linux/badblocks.h
@@ -48,6 +48,6 @@ ssize_t badblocks_show(struct badblocks *bb, char *page, int unack);
ssize_t badblocks_store(struct badblocks *bb, const char *page, size_t len,
int unack);
int badblocks_init(struct badblocks *bb, int enable);
-void badblocks_free(struct badblocks *bb);
+void badblocks_exit(struct badblocks *bb);
#endif