mirror of https://gitee.com/openkylin/linux.git
extcon: Remove unused CABLE_NAME_MAX definition
This patch removes the unused CABLE_NAME_MAX definition. Signed-off-by: Chanwoo Choi <cwchoi00@gmail.com>
This commit is contained in:
parent
ae3614fda9
commit
dd4ed69a0e
|
@ -37,7 +37,6 @@
|
||||||
#include "extcon.h"
|
#include "extcon.h"
|
||||||
|
|
||||||
#define SUPPORTED_CABLE_MAX 32
|
#define SUPPORTED_CABLE_MAX 32
|
||||||
#define CABLE_NAME_MAX 30
|
|
||||||
|
|
||||||
struct __extcon_info {
|
struct __extcon_info {
|
||||||
unsigned int type;
|
unsigned int type;
|
||||||
|
|
Loading…
Reference in New Issue