Commit 2866c22b authored by Adam Wujek's avatar Adam Wujek 💬

userspace/libwr: remove doubled decaration of shw_sfp_read_verify_header

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 95f44262
......@@ -116,7 +116,4 @@ int shw_sfp_read_verify_header(int num, struct shw_sfp_header *head);
struct shw_sfp_caldata *shw_sfp_get_cal_data(int num,
struct shw_sfp_header *head);
/* Read and verify the header all at once. returns -1 on failure */
int shw_sfp_read_verify_header(int num, struct shw_sfp_header *head);
#endif /* __LIBWR_SHW_SFPLIB_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment