X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Firda%2Fircomm%2Fircomm_param.c;h=703e8aa31c758dcac051171425b6e01cd5dd2e76;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=dee0c8917c18e3152ea53e58e3ea5067c2a17ac0;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/net/irda/ircomm/ircomm_param.c b/net/irda/ircomm/ircomm_param.c index dee0c8917..703e8aa31 100644 --- a/net/irda/ircomm/ircomm_param.c +++ b/net/irda/ircomm/ircomm_param.c @@ -91,23 +91,6 @@ static pi_major_info_t pi_major_call_table[] = { pi_param_info_t ircomm_param_info = { pi_major_call_table, 3, 0x0f, 4 }; -/* - * Function ircomm_param_flush (self) - * - * Flush (send) out all queued parameters - * - */ -int ircomm_param_flush(struct ircomm_tty_cb *self) -{ - /* we should lock here, but I guess this function is unused... - * Jean II */ - if (self->ctrl_skb) { - ircomm_control_request(self->ircomm, self->ctrl_skb); - self->ctrl_skb = NULL; - } - return 0; -} - /* * Function ircomm_param_request (self, pi, flush) *