Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7b4d7a4 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] drivers/isdn/: "extern inline" -> "static inline"



"extern inline" -> "static inline"

Since there's no pullphone() function this patch removes the dead
prototype.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarKarsten Keil <kkeil@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2a10e0b2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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);
}
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ typedef struct actcapi_msg {
	} msg;
} actcapi_msg;

extern __inline__ unsigned short
static inline unsigned short
actcapi_nextsmsg(act2000_card *card)
{
	unsigned long flags;
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ extern int send_and_receive(int, unsigned int, unsigned char, unsigned char,
                RspMessage *, int);
extern int sendmessage(int, unsigned int, unsigned int, unsigned int,
                unsigned int, unsigned int, unsigned int, unsigned int *);
extern inline void pullphone(char *, char *);

#ifdef DEBUG
/*