提交 ddb98ce1 编写于 作者: J Joe Perches 提交者: Greg Kroah-Hartman

staging: most: Remove unnecessary externs

Using 'extern' is not necessary for function prototypes.
Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 910bf1ef
...@@ -108,13 +108,13 @@ bool DIM_DetachBuffers(struct dim_channel *ch, u16 buffers_number); ...@@ -108,13 +108,13 @@ bool DIM_DetachBuffers(struct dim_channel *ch, u16 buffers_number);
u32 DIM_ReadRegister(u8 register_index); u32 DIM_ReadRegister(u8 register_index);
extern u32 DIMCB_IoRead(u32 *ptr32); u32 DIMCB_IoRead(u32 *ptr32);
extern void DIMCB_IoWrite(u32 *ptr32, u32 value); void DIMCB_IoWrite(u32 *ptr32, u32 value);
extern void DIMCB_OnError(u8 error_id, const char *error_message); void DIMCB_OnError(u8 error_id, const char *error_message);
extern void DIMCB_OnFail(const char *filename, int linenum); void DIMCB_OnFail(const char *filename, int linenum);
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册