diff options
author | Pavan Savoy <pavan_savoy@ti.com> | 2012-08-03 21:49:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 19:11:45 +0200 |
commit | 27712b3928bec9b1a889d7f60d718a35ca6c23b3 (patch) | |
tree | 9380ef14f01441d30653c72458e8e66e40cca6f3 /include | |
parent | drivers/misc/ti-st: remove gpio handling (diff) | |
download | linux-27712b3928bec9b1a889d7f60d718a35ca6c23b3.tar.xz linux-27712b3928bec9b1a889d7f60d718a35ca6c23b3.zip |
drivers/misc/ti-st: remove sparse warnings
remove sparse warnings by assigning right storage specifiers to functions and
also clean-up the declarations in the include/linux/ti_wilink_st.h
Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ti_wilink_st.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ti_wilink_st.h b/include/linux/ti_wilink_st.h index 3ca0269dd0b5..932b76392248 100644 --- a/include/linux/ti_wilink_st.h +++ b/include/linux/ti_wilink_st.h @@ -281,9 +281,10 @@ struct kim_data_s { long st_kim_start(void *); long st_kim_stop(void *); -void st_kim_recv(void *, const unsigned char *, long count); void st_kim_complete(void *); void kim_st_list_protocols(struct st_data_s *, void *); +void st_kim_recv(void *, const unsigned char *, long); + /* * BTS headers |