Skip to content

Commit

Permalink
V4L/DVB (11892): Siano: smsendian - declare function as extern
Browse files Browse the repository at this point in the history
Declare the object function as 'extern'

Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Uri Shkolnik authored and Mauro Carvalho Chehab committed Jun 16, 2009
1 parent 34601ca commit d95e988
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/dvb/siano/smsendian.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include <asm/byteorder.h>

void smsendian_handle_tx_message(void *buffer);
void smsendian_handle_rx_message(void *buffer);
void smsendian_handle_message_header(void *msg);
extern void smsendian_handle_tx_message(void *buffer);
extern void smsendian_handle_rx_message(void *buffer);
extern void smsendian_handle_message_header(void *msg);

#endif /* __SMS_ENDIAN_H__ */

0 comments on commit d95e988

Please sign in to comment.