summaryrefslogtreecommitdiffstats
path: root/drivers/extcon
diff options
context:
space:
mode:
authorChanwoo Choi <cwchoi00@gmail.com>2017-07-12 23:44:38 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2017-08-16 09:27:55 +0900
commitdd4ed69a0e6f5f6acb8dc19b87a5835b98a85062 (patch)
tree0ec8495e82512f095cdab84a312d3069f27e9ced /drivers/extcon
parentae3614fda98c5dc2e34ed3145f933e11a339916a (diff)
downloadop-kernel-dev-dd4ed69a0e6f5f6acb8dc19b87a5835b98a85062.zip
op-kernel-dev-dd4ed69a0e6f5f6acb8dc19b87a5835b98a85062.tar.gz
extcon: Remove unused CABLE_NAME_MAX definition
This patch removes the unused CABLE_NAME_MAX definition. Signed-off-by: Chanwoo Choi <cwchoi00@gmail.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r--drivers/extcon/extcon.c1
1 files changed, 0 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud