diff options
-rw-r--r-- | drivers/media/dvb/siano/smsendian.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/siano/smsendian.h b/drivers/media/dvb/siano/smsendian.h index 7fbedc6a6527..1624d6fd367b 100644 --- a/drivers/media/dvb/siano/smsendian.h +++ b/drivers/media/dvb/siano/smsendian.h | |||
@@ -24,9 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
24 | 24 | ||
25 | #include <asm/byteorder.h> | 25 | #include <asm/byteorder.h> |
26 | 26 | ||
27 | void smsendian_handle_tx_message(void *buffer); | 27 | extern void smsendian_handle_tx_message(void *buffer); |
28 | void smsendian_handle_rx_message(void *buffer); | 28 | extern void smsendian_handle_rx_message(void *buffer); |
29 | void smsendian_handle_message_header(void *msg); | 29 | extern void smsendian_handle_message_header(void *msg); |
30 | 30 | ||
31 | #endif /* __SMS_ENDIAN_H__ */ | 31 | #endif /* __SMS_ENDIAN_H__ */ |
32 | 32 | ||