diff options
Diffstat (limited to 'include/net/xfrm.h')
| -rw-r--r-- | include/net/xfrm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 329de412c0b..311bbd113aa 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -183,7 +183,7 @@ struct xfrm_state  	struct timer_list	timer;  	/* Last used time */ -	u64			lastused; +	unsigned long		lastused;  	/* Reference to data common to all the instances of this  	 * transformer. */  |