diff options
Diffstat (limited to 'arch/mips/include/asm/rtlx.h')
| -rw-r--r-- | arch/mips/include/asm/rtlx.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/rtlx.h b/arch/mips/include/asm/rtlx.h index c1020654876e..a72785b4bbf4 100644 --- a/arch/mips/include/asm/rtlx.h +++ b/arch/mips/include/asm/rtlx.h @@ -81,7 +81,6 @@ struct rtlx_channel {  extern struct rtlx_info {  	unsigned long id;  	enum rtlx_state state; -	int ap_int_pending;	/* Status of 0 or 1 for CONFIG_MIPS_CMP only */  	struct rtlx_channel channel[RTLX_CHANNELS];  } *rtlx;  |