patch-2.4.0-test12 linux/drivers/isdn/hisax/isar.c
Next file: linux/drivers/isdn/hisax/isdnl1.c
Previous file: linux/drivers/isdn/hisax/isac.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Nov 27 16:56:09 2000
- Orig file:
v2.4.0-test11/linux/drivers/isdn/hisax/isar.c
- Orig date:
Mon Aug 21 07:49:03 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/isdn/hisax/isar.c linux/drivers/isdn/hisax/isar.c
@@ -1,4 +1,4 @@
-/* $Id: isar.c,v 1.15 2000/06/26 08:59:13 keil Exp $
+/* $Id: isar.c,v 1.17 2000/11/24 17:05:37 kai Exp $
*
* isar.c ISAR (Siemens PSB 7110) specific routines
*
@@ -9,6 +9,7 @@
*/
#define __NO_VERSION__
+#include <linux/init.h>
#include "hisax.h"
#include "isar.h"
#include "isdnl1.h"
@@ -1782,8 +1783,8 @@
return(0);
}
-HISAX_INITFUNC(void
-initisar(struct IsdnCardState *cs))
+void __devinit
+initisar(struct IsdnCardState *cs)
{
cs->bcs[0].BC_SetStack = setstack_isar;
cs->bcs[1].BC_SetStack = setstack_isar;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)