[PATCH] hisax: fix usage of __init*
[linux-drm-fsl-dcu.git] / drivers / isdn / hisax / hfc_2bs0.c
index c964539cc43e537daa1fe135dbd66afa22da2117..d0520ad306775a773f338a429a31936c9a97fc93 100644 (file)
@@ -551,7 +551,7 @@ setstack_hfc(struct PStack *st, struct BCState *bcs)
        return (0);
 }
 
-static void __init
+static void
 init_send(struct BCState *bcs)
 {
        int i;
@@ -565,7 +565,7 @@ init_send(struct BCState *bcs)
                bcs->hw.hfc.send[i] = 0x1fff;
 }
 
-void __init
+void
 inithfc(struct IsdnCardState *cs)
 {
        init_send(&cs->bcs[0]);