From 3bb1f5e0f9221c0fe6555d4872d85bd599641fdf Mon Sep 17 00:00:00 2001 From: Hyeonseong Gil Date: Thu, 8 Mar 2018 13:13:57 +0900 Subject: [PATCH] [COMMON] thermal: samsung: Remove unused definition of zone_name Change-Id: If2ce0ba8bf73e7c8a07aa1b31f5213ce05f15bef Signed-off-by: Hyeonseong Gil --- drivers/thermal/samsung/exynos_tmu.h | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/drivers/thermal/samsung/exynos_tmu.h b/drivers/thermal/samsung/exynos_tmu.h index f63f16829a3f..cbc1fb2b709c 100644 --- a/drivers/thermal/samsung/exynos_tmu.h +++ b/drivers/thermal/samsung/exynos_tmu.h @@ -84,30 +84,6 @@ static const char * const sensing_method[] = { [BALANCE] = "balance", }; -enum thermal_zone_name { - MNGS_QUAD = 0, - APOLLO, - GPU, - ISP, - MNGS_DUAL, - BIG, - LITTLE, - END_ZONE_NAME, -}; - -/** - * It maps 'enum znoe_name' defined in above and is used to define zone name. - */ -static const char * const tz_zone_names[] = { - [MNGS_QUAD]= "MNGS_QUAD", - [APOLLO] = "APOLLO", - [GPU] = "GPU", - [ISP] = "ISP", - [MNGS_DUAL]= "MNGS_DUAL", - [BIG]="BIG", - [LITTLE]="LITTLE", -}; - struct sensor_info { u16 sensor_num; u16 cal_type; -- 2.20.1