PD #93541: Remove warning for unused function
authorKasin Lee <kasin.li@amlogic.com>
Tue, 26 Aug 2014 05:45:22 +0000 (13:45 +0800)
committerKasin Lee <kasin.li@amlogic.com>
Tue, 26 Aug 2014 05:45:22 +0000 (13:45 +0800)
Change-Id: I436f181efa124cd25bc764438ccc8e467bd9c6f9

mali/platform/meson_m400/mali_fix.c
mali/platform/meson_m400/mali_platform.c

index c197cf94014c0562ae4ec525c95de4e9332a561b..121ada7f5884ed0658627a8a01d9cc38e83cfebc 100755 (executable)
@@ -52,7 +52,8 @@
 
 extern int mali_PP0_int_cnt(void);
 extern int mali_PP1_int_cnt(void);
+
+#if MESON_CPU_TYPE == MESON_CPU_TYPE_MESON6
 static ulong * mali_mm1_regs = NULL;
 static ulong * mali_mm2_regs = NULL;
 static struct timer_list timer;
@@ -114,6 +115,7 @@ int malifix_get_mmu_int_process_state(int index)
                return mali_mmu_int_process_state[index];
        return 0;
 }
+#endif
 
 void malifix_init(void)
 {
@@ -164,6 +166,7 @@ void malifix_exit(void)
        return;
 }
 
+#if MESON_CPU_TYPE == MESON_CPU_TYPE_MESON6
 module_param(mali_pp1_int_count, uint, 0664);
 MODULE_PARM_DESC(mali_pp1_int_count, "Mali PP1 interrupt count\n");
 
@@ -175,6 +178,7 @@ MODULE_PARM_DESC(mali_pp1_mmu_int_count, "Mali PP1 mmu interrupt count\n");
 
 module_param(mali_pp2_mmu_int_count, uint, 0664);
 MODULE_PARM_DESC(mali_pp2_mmu_int_count, "Mali PP2 mmu interrupt count\n");
+#endif
 
 MODULE_DESCRIPTION("AMLOGIC mali fix driver");
 MODULE_LICENSE("GPL");
index 1714f6fa46929131f40bef6a3b90e9e9cb3fe319..f95d88aa992e7793cab9c7a30a534fa169535a87 100755 (executable)
@@ -106,7 +106,7 @@ static const u32 poweron_data[] =
 /* 420 */ 0xad4bda56, 0x038002b5, 0x0007ffe0, 0x00001c10,
 /* 430 */ 0xad4ad6b5, 0x038002b5, 0x4007fee0, 0x00001c00
 };
-static DEFINE_SPINLOCK(lock);
+
 static struct clk *mali_clk = NULL;
 
 #if MESON_CPU_TYPE <= MESON_CPU_TYPE_MESON6
@@ -128,6 +128,7 @@ static struct clk *mali_clk = NULL;
 #define MMU_FLAG_PTE_WR_PERMISSION      0x04
 
 //static int mali_revb_flag = -1;
+static DEFINE_SPINLOCK(lock);
 extern int mali_revb_flag;
 int mali_meson_is_revb(void)
 {