hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/net/caif/cfsrvl.c
....@@ -1,7 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) ST-Ericsson AB 2010
34 * Author: Sjur Brendeland
4
- * License terms: GNU General Public License (GPL) version 2
55 */
66
77 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
....@@ -21,7 +21,6 @@
2121 #define SRVL_FLOW_OFF 0x81
2222 #define SRVL_FLOW_ON 0x80
2323 #define SRVL_SET_PIN 0x82
24
-#define SRVL_CTRL_PKT_SIZE 1
2524
2625 #define container_obj(layr) container_of(layr, struct cfsrvl, layer)
2726