patch-2.4.19 linux-2.4.19/drivers/net/hamradio/baycom_epp.c
Next file: linux-2.4.19/drivers/net/hamradio/baycom_ser_fdx.c
Previous file: linux-2.4.19/drivers/net/gt96100eth.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Aug 2 17:39:44 2002
- Orig file:
linux-2.4.18/drivers/net/hamradio/baycom_epp.c
- Orig date:
Mon Feb 25 11:37:59 2002
diff -urN linux-2.4.18/drivers/net/hamradio/baycom_epp.c linux-2.4.19/drivers/net/hamradio/baycom_epp.c
@@ -302,7 +302,7 @@
/*---------------------------------------------------------------------------*/
#if 0
-extern inline void append_crc_ccitt(unsigned char *buffer, int len)
+static inline void append_crc_ccitt(unsigned char *buffer, int len)
{
unsigned int crc = 0xffff;
@@ -316,7 +316,7 @@
/*---------------------------------------------------------------------------*/
-extern inline int check_crc_ccitt(const unsigned char *buf, int cnt)
+static inline int check_crc_ccitt(const unsigned char *buf, int cnt)
{
unsigned int crc = 0xffff;
@@ -327,7 +327,7 @@
/*---------------------------------------------------------------------------*/
-extern inline int calc_crc_ccitt(const unsigned char *buf, int cnt)
+static inline int calc_crc_ccitt(const unsigned char *buf, int cnt)
{
unsigned int crc = 0xffff;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)