From: Alexey Dobriyan Date: Mon, 22 May 2006 23:54:30 +0000 (-0700) Subject: [IRDA]: fixup type of ->lsap_state X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f5565f4a90bdfea99e4bcd8411ff5272ebdbdbf8;p=linux-edison.git [IRDA]: fixup type of ->lsap_state Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- diff --git a/include/net/irda/irlmp.h b/include/net/irda/irlmp.h index 86aefb1fda5..c0c895d379b 100644 --- a/include/net/irda/irlmp.h +++ b/include/net/irda/irlmp.h @@ -112,7 +112,7 @@ struct lsap_cb { struct timer_list watchdog_timer; - IRLMP_STATE lsap_state; /* Connection state */ + LSAP_STATE lsap_state; /* Connection state */ notify_t notify; /* Indication/Confirm entry points */ struct qos_info qos; /* QoS for this connection */