diff options
Diffstat (limited to 'drivers/isdn/sc/card.h')
-rw-r--r-- | drivers/isdn/sc/card.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/sc/card.h b/drivers/isdn/sc/card.h index 4fbfa825c3a2..5992f63c383e 100644 --- a/drivers/isdn/sc/card.h +++ b/drivers/isdn/sc/card.h | |||
@@ -125,7 +125,7 @@ int sendmessage(int card, unsigned int procid, unsigned int type, | |||
125 | int receivemessage(int card, RspMessage *rspmsg); | 125 | int receivemessage(int card, RspMessage *rspmsg); |
126 | int sc_ioctl(int card, scs_ioctl *data); | 126 | int sc_ioctl(int card, scs_ioctl *data); |
127 | int setup_buffers(int card, int c); | 127 | int setup_buffers(int card, int c); |
128 | void check_reset(unsigned long data); | 128 | void sc_check_reset(unsigned long data); |
129 | void check_phystat(unsigned long data); | 129 | void check_phystat(unsigned long data); |
130 | 130 | ||
131 | #endif /* CARD_H */ | 131 | #endif /* CARD_H */ |