Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / drivers / isdn / hardware / mISDN / avmfritz.c
index 292991c90c0248948190fbebe818fd19ecc289cb..e3fa1cd64470ce48ba32ab797f4f063c62293f4b 100644 (file)
@@ -284,7 +284,7 @@ __write_ctrl_pciv2(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) {
                                          AVM_HDLC_STATUS_1));
 }
 
-void
+static void
 write_ctrl(struct bchannel *bch, int which) {
        struct fritzcard *fc = bch->hw;
        struct hdlc_hw *hdlc;
@@ -741,7 +741,7 @@ inithdlc(struct fritzcard *fc)
        modehdlc(&fc->bch[1], -1);
 }
 
-void
+static void
 clear_pending_hdlc_ints(struct fritzcard *fc)
 {
        u32 val;
@@ -962,7 +962,7 @@ avm_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg)
        return err;
 }
 
-int
+static int
 setup_fritz(struct fritzcard *fc)
 {
        u32 val, ver;
This page took 0.02595 seconds and 5 git commands to generate.