hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/net/batman-adv/gateway_common.c
....@@ -1,19 +1,7 @@
11 // SPDX-License-Identifier: GPL-2.0
2
-/* Copyright (C) 2009-2018 B.A.T.M.A.N. contributors:
2
+/* Copyright (C) 2009-2020 B.A.T.M.A.N. contributors:
33 *
44 * Marek Lindner
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of version 2 of the GNU General Public
8
- * License as published by the Free Software Foundation.
9
- *
10
- * This program is distributed in the hope that it will be useful, but
11
- * WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
- * General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
175 */
186
197 #include "gateway_common.h"
....@@ -22,12 +10,14 @@
2210 #include <linux/atomic.h>
2311 #include <linux/byteorder/generic.h>
2412 #include <linux/errno.h>
25
-#include <linux/kernel.h>
13
+#include <linux/kstrtox.h>
14
+#include <linux/limits.h>
2615 #include <linux/math64.h>
2716 #include <linux/netdevice.h>
2817 #include <linux/stddef.h>
2918 #include <linux/string.h>
3019 #include <uapi/linux/batadv_packet.h>
20
+#include <uapi/linux/batman_adv.h>
3121
3222 #include "gateway_client.h"
3323 #include "log.h"