Fix a few compiler warning when compiled with -Wextra.
This commit is contained in:
@@ -106,7 +106,7 @@ void t6963_low_auto_write(T6963_port *p, u8 byte);
|
||||
void t6963_low_command(T6963_port *p, u8 byte);
|
||||
void t6963_low_command_byte(T6963_port *p, u8 cmd, u8 byte);
|
||||
void t6963_low_command_word(T6963_port *p, u8 cmd, u16 word);
|
||||
inline int t6963_low_dsp_ready(T6963_port *p, u8 sta);
|
||||
int t6963_low_dsp_ready(T6963_port *p, u8 sta);
|
||||
inline void t6963_low_send(T6963_port *p, u8 type, u8 byte);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user