[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1500255025-6946-2-git-send-email-cw00.choi@samsung.com>
Date: Mon, 17 Jul 2017 10:30:23 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: linux-kernel@...r.kernel.org
Cc: cw00.choi@...sung.com, chanwoo@...nel.org,
myungjoo.ham@...sung.com, Chanwoo Choi <cwchoi00@...il.com>
Subject: [PATCH 1/3] extcon: Remove unused CABLE_NAME_MAX definition
From: Chanwoo Choi <cwchoi00@...il.com>
This patch removes the unused CABLE_NAME_MAX definition.
Signed-off-by: Chanwoo Choi <cwchoi00@...il.com>
---
drivers/extcon/extcon.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c
index 8eccf7b14937..b39333545c0f 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;
--
1.9.1
Powered by blists - more mailing lists