fixed for compatible with other linux disttribution
diff --git a/drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_core_linux.c b/drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_core_linux.c
index ed3da68..0bdaefc 100755
--- a/drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_core_linux.c
+++ b/drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_core_linux.c
@@ -2468,7 +2468,7 @@
 	mali_error mali_err;
 #endif /* CONFIG_MALI_NO_MALI */
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) && CONFIG_CHROMEOS
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) //&& CONFIG_CHROMEOS
 	kbase_platform_config *config;
 	int attribute_count;
 	struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT];
@@ -2774,7 +2774,7 @@
 #endif /* CONFIG_PM_RUNTIME */
 };
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) && CONFIG_CHROMEOS
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) //&& CONFIG_CHROMEOS
 static const struct of_device_id mali_of_match[] = {
 	{
 		.compatible = "arm,mali",
@@ -2791,7 +2791,7 @@
 		   .name = kbase_drv_name,
 		   .owner = THIS_MODULE,
 		   .pm = &kbase_pm_ops,
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) && CONFIG_CHROMEOS
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) //&& CONFIG_CHROMEOS
 		   .of_match_table = mali_of_match,
 #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) && CONFIG_CHROMEOS */
 		   },
@@ -2805,7 +2805,7 @@
 {
 	int err;
 #ifdef CONFIG_MALI_PLATFORM_FAKE
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0)) || !CONFIG_CHROMEOS
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0)) //|| !CONFIG_CHROMEOS
 	kbase_platform_config *config;
 	int attribute_count;
 	struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT];