diff options
Diffstat (limited to 'drivers/qe/qe.c')
| -rw-r--r-- | drivers/qe/qe.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c index 918bfa748..f5096228d 100644 --- a/drivers/qe/qe.c +++ b/drivers/qe/qe.c @@ -258,9 +258,6 @@ int qe_set_mii_clk_src(int ucc_num)  	return 0;  } -/* The maximum number of RISCs we support */ -#define MAX_QE_RISC     2 -  /* Firmware information stored here for qe_get_firmware_info() */  static struct qe_firmware_info qe_firmware_info; |