|
@@ -156,7 +156,7 @@ struct baycom_state {
|
|
|
|
|
|
/* --------------------------------------------------------------------- */
|
|
|
|
|
|
-static void __inline__ baycom_int_freq(struct baycom_state *bc)
|
|
|
+static inline void baycom_int_freq(struct baycom_state *bc)
|
|
|
{
|
|
|
#ifdef BAYCOM_DEBUG
|
|
|
unsigned long cur_jiffies = jiffies;
|
|
@@ -192,7 +192,7 @@ static void __inline__ baycom_int_freq(struct baycom_state *bc)
|
|
|
|
|
|
/* --------------------------------------------------------------------- */
|
|
|
|
|
|
-static __inline__ void par96_tx(struct net_device *dev, struct baycom_state *bc)
|
|
|
+static inline void par96_tx(struct net_device *dev, struct baycom_state *bc)
|
|
|
{
|
|
|
int i;
|
|
|
unsigned int data = hdlcdrv_getbits(&bc->hdrv);
|
|
@@ -216,7 +216,7 @@ static __inline__ void par96_tx(struct net_device *dev, struct baycom_state *bc)
|
|
|
|
|
|
/* --------------------------------------------------------------------- */
|
|
|
|
|
|
-static __inline__ void par96_rx(struct net_device *dev, struct baycom_state *bc)
|
|
|
+static inline void par96_rx(struct net_device *dev, struct baycom_state *bc)
|
|
|
{
|
|
|
int i;
|
|
|
unsigned int data, mask, mask2, descx;
|