driver: qe: Mask the codes not used for micro QE
authorZhao Qiang <qiang.zhao@nxp.com>
Fri, 5 Feb 2016 02:04:16 +0000 (10:04 +0800)
committerYork Sun <york.sun@nxp.com>
Wed, 24 Feb 2016 16:51:14 +0000 (08:51 -0800)
there are some code in qe.c not used for micro QE,
use "#ifdef CONFIG_QE" to mask them.

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
drivers/qe/qe.c

index 8f00817c50622094230d3aacdd655b8631b550f1..31e0e3b4d50d759e6d2d87fa74c3e527766ce0f0 100644 (file)
@@ -20,7 +20,9 @@
 #define MPC85xx_DEVDISR_QE_DISABLE     0x1
 
 qe_map_t               *qe_immr = NULL;
+#ifdef CONFIG_QE
 static qe_snum_t       snums[QE_NUM_OF_SNUM];
+#endif
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -81,6 +83,7 @@ void *qe_muram_addr(uint offset)
        return (void *)&qe_immr->muram[offset];
 }
 
+#ifdef CONFIG_QE
 static void qe_sdma_init(void)
 {
        volatile sdma_t *p;
@@ -184,6 +187,7 @@ void qe_init(uint qe_base)
        qe_sdma_init();
        qe_snums_init();
 }
+#endif
 
 #ifdef CONFIG_U_QE
 void u_qe_init(void)
@@ -214,6 +218,7 @@ void qe_reset(void)
                         (u8) QE_CR_PROTOCOL_UNSPECIFIED, 0);
 }
 
+#ifdef CONFIG_QE
 void qe_assign_page(uint snum, uint para_ram_base)
 {
        u32     cecr;
@@ -229,6 +234,7 @@ void qe_assign_page(uint snum, uint para_ram_base)
 
        return;
 }
+#endif
 
 /*
  * brg: 0~15 as BRG1~BRG16