]> Pileus Git - ~andy/linux/blobdiff - drivers/isdn/act2000/act2000.h
Pull throttle into release branch
[~andy/linux] / drivers / isdn / act2000 / act2000.h
index b091d1a54125ce38f32977b7eb416562ab8ee675..d4c50512a1ffc038795acb06248e1b245f63f3a5 100644 (file)
@@ -181,17 +181,17 @@ typedef struct act2000_card {
        char regname[35];               /* Name used for request_region     */
 } act2000_card;
 
-extern __inline__ void act2000_schedule_tx(act2000_card *card)
+static inline void act2000_schedule_tx(act2000_card *card)
 {
         schedule_work(&card->snd_tq);
 }
 
-extern __inline__ void act2000_schedule_rx(act2000_card *card)
+static inline void act2000_schedule_rx(act2000_card *card)
 {
         schedule_work(&card->rcv_tq);
 }
 
-extern __inline__ void act2000_schedule_poll(act2000_card *card)
+static inline void act2000_schedule_poll(act2000_card *card)
 {
         schedule_work(&card->poll_tq);
 }