Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16927
b: refs/heads/master
c: b7b4d7a
h: refs/heads/master
i:
  16925: ebac87d
  16923: 9424099
  16919: f6b42b5
  16911: 75dd0f5
  16895: a85d3e6
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 9, 2006
1 parent d82ecfd commit f2b74e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a10e0b28b196051ae71829e5b989cba00513289
refs/heads/master: b7b4d7a4666454b40b45a853bd1d296af37a85f0
6 changes: 3 additions & 3 deletions trunk/drivers/isdn/act2000/act2000.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/act2000/capi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/isdn/sc/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
/*
Expand Down

0 comments on commit f2b74e9

Please sign in to comment.