[Bcache v14 03/16] Export get_random_int()

From: Kent Overstreet
Date: Tue Jun 12 2012 - 11:42:51 EST



Signed-off-by: Kent Overstreet <koverstreet@xxxxxxxxxx>
---
drivers/char/random.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/char/random.c b/drivers/char/random.c
index 4ec04a7..78ff2f6 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -1362,6 +1362,7 @@ unsigned int get_random_int(void)

return ret;
}
+EXPORT_SYMBOL(get_random_int);

/*
* randomize_range() returns a start address such that
--
1.7.9.3.327.g2980b

--
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/