diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-08 04:02:16 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 23:13:48 -0500 |
commit | b7b4d7a4666454b40b45a853bd1d296af37a85f0 (patch) | |
tree | 4049f920642bf2c48a8f1f5c237aef241ef7a8c0 /drivers/isdn/act2000/capi.h | |
parent | 2a10e0b28b196051ae71829e5b989cba00513289 (diff) |
[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: Adrian Bunk <bunk@stusta.de>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/isdn/act2000/capi.h')
-rw-r--r-- | drivers/isdn/act2000/capi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/act2000/capi.h b/drivers/isdn/act2000/capi.h index f6d5f530b86b..e82a9289ad96 100644 --- a/drivers/isdn/act2000/capi.h +++ b/drivers/isdn/act2000/capi.h | |||
@@ -330,7 +330,7 @@ typedef struct actcapi_msg { | |||
330 | } msg; | 330 | } msg; |
331 | } actcapi_msg; | 331 | } actcapi_msg; |
332 | 332 | ||
333 | extern __inline__ unsigned short | 333 | static inline unsigned short |
334 | actcapi_nextsmsg(act2000_card *card) | 334 | actcapi_nextsmsg(act2000_card *card) |
335 | { | 335 | { |
336 | unsigned long flags; | 336 | unsigned long flags; |