浏览代码

extcon: Remove unused CABLE_NAME_MAX definition

This patch removes the unused CABLE_NAME_MAX definition.

Signed-off-by: Chanwoo Choi <cwchoi00@gmail.com>
Chanwoo Choi 8 年之前
父节点
当前提交
dd4ed69a0e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/extcon/extcon.c

+ 0 - 1
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;