diff options
Diffstat (limited to 'include/net/lapb.h')
| -rw-r--r-- | include/net/lapb.h | 3 | 
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 @@  #ifndef _LAPB_H  #define _LAPB_H   #include <linux/lapb.h> +#include <linux/refcount.h>  #define	LAPB_HEADER_LEN	20		/* LAPB over Ethernet + a bit more */ @@ -101,7 +102,7 @@ struct lapb_cb {  	struct lapb_frame	frmr_data;  	unsigned char		frmr_type; -	atomic_t		refcnt; +	refcount_t		refcnt;  };  /* lapb_iface.c */ |