]> err.no Git - linux-2.6/blobdiff - drivers/isdn/pcbit/capi.c
[PATCH] Fix I2O config-osm init to return proper error
[linux-2.6] / drivers / isdn / pcbit / capi.c
index 29eb03a8c29d093ab0ec32e0f568317253a7f9f6..bef321d0e51d5a2775ef47fd6ddbcd6b6507bffc 100644 (file)
@@ -627,16 +627,6 @@ int capi_decode_disc_ind(struct pcbit_chan *chan, struct sk_buff *skb)
         return 0;
 }
 
-int capi_decode_disc_conf(struct pcbit_chan *chan, struct sk_buff *skb)
-{
-        ushort errcode;
-
-        errcode = *((ushort*) skb->data);
-        skb_pull(skb, 2);
-
-        return errcode;                
-}
-
 #ifdef DEBUG
 int capi_decode_debug_188(u_char *hdr, ushort hdrlen)
 {