summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaya Erez <merez@codeaurora.org>2014-10-23 15:20:12 +0300
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:01:54 -0700
commite355904bbf968211ddc00a1e3d5aa2ccabff3365 (patch)
tree786957bd9b1011817a43fa8d7aea592c716102b0
parent949aad284eb26f849a6657edd1ff4015984dc02a (diff)
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 <gbroner@codeaurora.org> Signed-off-by: Maya Erez <merez@codeaurora.org>
-rw-r--r--block/test-iosched.c1
1 files changed, 1 insertions, 0 deletions
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.