From: Wang Hai Date: Fri, 4 Sep 2020 12:58:58 +0000 (+0800) Subject: caif: Remove duplicate macro SRVL_CTRL_PKT_SIZE X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=877c3474025f977208da491d34bf15f0e015d724;p=linux.git caif: Remove duplicate macro SRVL_CTRL_PKT_SIZE Remove SRVL_CTRL_PKT_SIZE which is defined more than once. Reported-by: Hulk Robot Signed-off-by: Wang Hai Signed-off-by: Jakub Kicinski --- diff --git a/net/caif/cfsrvl.c b/net/caif/cfsrvl.c index d0a4d0ac7045d..9cef9496a7070 100644 --- a/net/caif/cfsrvl.c +++ b/net/caif/cfsrvl.c @@ -21,7 +21,6 @@ #define SRVL_FLOW_OFF 0x81 #define SRVL_FLOW_ON 0x80 #define SRVL_SET_PIN 0x82 -#define SRVL_CTRL_PKT_SIZE 1 #define container_obj(layr) container_of(layr, struct cfsrvl, layer)