[COMMON] thermal: samsung: Remove unused definition of zone_name
authorHyeonseong Gil <hs.gil@samsung.com>
Thu, 8 Mar 2018 04:13:57 +0000 (13:13 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:22:25 +0000 (17:22 +0900)
Change-Id: If2ce0ba8bf73e7c8a07aa1b31f5213ce05f15bef
Signed-off-by: Hyeonseong Gil <hs.gil@samsung.com>
drivers/thermal/samsung/exynos_tmu.h

index f63f16829a3f718ca00c9ac9ec4fee4261e7c8f5..cbc1fb2b709c5ab3629dae2a28fbe905850eccb5 100644 (file)
@@ -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;