From e355904bbf968211ddc00a1e3d5aa2ccabff3365 Mon Sep 17 00:00:00 2001 From: Maya Erez Date: Thu, 23 Oct 2014 15:20:12 +0300 Subject: block: test-iosched: expose APIs to allow compiling ufs_test as a module The UFS tests are used for testing the functionality and performance of the UFS driver. Some of the tests call compare_buffer_to_pattern for data integrity checking. This function should be exposed in order to allow compilation of ufs_test as a module. Change-Id: I2279b0ae9dbdf4ecad073fab2b15116be2ea1713 Signed-off-by: Gilad Broner Signed-off-by: Maya Erez --- block/test-iosched.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/test-iosched.c b/block/test-iosched.c index d113f77acc73..80ffb134d480 100644 --- a/block/test-iosched.c +++ b/block/test-iosched.c @@ -477,6 +477,7 @@ int compare_buffer_to_pattern(struct test_request *test_rq) return 0; } +EXPORT_SYMBOL(compare_buffer_to_pattern); /* * Determine if the test passed or failed. -- cgit v1.2.3