kernel/net/caif/cfsrvl.c
.. .. @@ -1,7 +1,7 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 25 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ .. .. @@ -21,7 +21,6 @@ 21 21 #define SRVL_FLOW_OFF 0x81 22 22 #define SRVL_FLOW_ON 0x80 23 23 #define SRVL_SET_PIN 0x82 24 -#define SRVL_CTRL_PKT_SIZE 125 24 26 25 #define container_obj(layr) container_of(layr, struct cfsrvl, layer) 27 26