projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405a42c
)
[IRDA]: fixup type of ->lsap_state
author
Alexey Dobriyan
<adobriyan@gmail.com>
Mon, 22 May 2006 23:54:30 +0000
(16:54 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 May 2006 23:54:30 +0000
(16:54 -0700)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/irda/irlmp.h
patch
|
blob
|
history
diff --git
a/include/net/irda/irlmp.h
b/include/net/irda/irlmp.h
index
86aefb1
..
c0c895d
100644
(file)
--- 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 */