From dd4ed69a0e6f5f6acb8dc19b87a5835b98a85062 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Wed, 12 Jul 2017 23:44:38 +0900 Subject: [PATCH] extcon: Remove unused CABLE_NAME_MAX definition This patch removes the unused CABLE_NAME_MAX definition. Signed-off-by: Chanwoo Choi --- drivers/extcon/extcon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c index 229364a..b93932f 100644 --- a/drivers/extcon/extcon.c +++ b/drivers/extcon/extcon.c @@ -37,7 +37,6 @@ #include "extcon.h" #define SUPPORTED_CABLE_MAX 32 -#define CABLE_NAME_MAX 30 struct __extcon_info { unsigned int type; -- 2.7.4