diff options
author | Chanwoo Choi <cwchoi00@gmail.com> | 2017-07-12 10:44:38 -0400 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-08-15 20:27:55 -0400 |
commit | dd4ed69a0e6f5f6acb8dc19b87a5835b98a85062 (patch) | |
tree | 0ec8495e82512f095cdab84a312d3069f27e9ced | |
parent | ae3614fda98c5dc2e34ed3145f933e11a339916a (diff) |
extcon: Remove unused CABLE_NAME_MAX definition
This patch removes the unused CABLE_NAME_MAX definition.
Signed-off-by: Chanwoo Choi <cwchoi00@gmail.com>
-rw-r--r-- | drivers/extcon/extcon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c index 229364a9d868..b93932f79584 100644 --- a/drivers/extcon/extcon.c +++ b/drivers/extcon/extcon.c | |||
@@ -37,7 +37,6 @@ | |||
37 | #include "extcon.h" | 37 | #include "extcon.h" |
38 | 38 | ||
39 | #define SUPPORTED_CABLE_MAX 32 | 39 | #define SUPPORTED_CABLE_MAX 32 |
40 | #define CABLE_NAME_MAX 30 | ||
41 | 40 | ||
42 | struct __extcon_info { | 41 | struct __extcon_info { |
43 | unsigned int type; | 42 | unsigned int type; |