summaryrefslogtreecommitdiffstats
path: root/include/net/lapb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/lapb.h')
-rw-r--r--include/net/lapb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/lapb.h b/include/net/lapb.h
index 9510f8725f03..85e773742f4e 100644
--- a/include/net/lapb.h
+++ b/include/net/lapb.h
@@ -1,6 +1,7 @@
1#ifndef _LAPB_H 1#ifndef _LAPB_H
2#define _LAPB_H 2#define _LAPB_H
3#include <linux/lapb.h> 3#include <linux/lapb.h>
4#include <linux/refcount.h>
4 5
5#define LAPB_HEADER_LEN 20 /* LAPB over Ethernet + a bit more */ 6#define LAPB_HEADER_LEN 20 /* LAPB over Ethernet + a bit more */
6 7
@@ -101,7 +102,7 @@ struct lapb_cb {
101 struct lapb_frame frmr_data; 102 struct lapb_frame frmr_data;
102 unsigned char frmr_type; 103 unsigned char frmr_type;
103 104
104 atomic_t refcnt; 105 refcount_t refcnt;
105}; 106};
106 107
107/* lapb_iface.c */ 108/* lapb_iface.c */