diff options
Diffstat (limited to 'include/linux/firmware/meson/meson_sm.h')
-rw-r--r-- | include/linux/firmware/meson/meson_sm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/firmware/meson/meson_sm.h b/include/linux/firmware/meson/meson_sm.h index 8e953c6f394a..37a5eaea69dd 100644 --- a/include/linux/firmware/meson/meson_sm.h +++ b/include/linux/firmware/meson/meson_sm.h | |||
@@ -25,7 +25,7 @@ int meson_sm_call(unsigned int cmd_index, u32 *ret, u32 arg0, u32 arg1, | |||
25 | u32 arg2, u32 arg3, u32 arg4); | 25 | u32 arg2, u32 arg3, u32 arg4); |
26 | int meson_sm_call_write(void *buffer, unsigned int b_size, unsigned int cmd_index, | 26 | int meson_sm_call_write(void *buffer, unsigned int b_size, unsigned int cmd_index, |
27 | u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4); | 27 | u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4); |
28 | int meson_sm_call_read(void *buffer, unsigned int cmd_index, u32 arg0, u32 arg1, | 28 | int meson_sm_call_read(void *buffer, unsigned int bsize, unsigned int cmd_index, |
29 | u32 arg2, u32 arg3, u32 arg4); | 29 | u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4); |
30 | 30 | ||
31 | #endif /* _MESON_SM_FW_H_ */ | 31 | #endif /* _MESON_SM_FW_H_ */ |