diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/if_wanpipe_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_wanpipe_common.h b/include/linux/if_wanpipe_common.h index a5cab08d6990..28fefe071078 100644 --- a/include/linux/if_wanpipe_common.h +++ b/include/linux/if_wanpipe_common.h @@ -33,7 +33,7 @@ typedef struct { atomic_t command; atomic_t disconnect; atomic_t driver_busy; - unsigned char common_critical; + long common_critical; struct timer_list *tx_timer; struct sock *sk; /* Wanpipe Sock bind's here */ int (*func) (struct sk_buff *, netdevice_t *, |
