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>
This commit is contained in:
Maya Erez 2014-10-23 15:20:12 +03:00
parent d4878f6366
commit c40e23f1da
1 changed files with 1 additions and 0 deletions

View File

@ -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.