tvlv.c (7db7d9f369a47e1a46f93c320b45cb89e81723e7) | tvlv.c (b92b94ac732f5c83c60be2825d8b5cec4dc469d3) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* Copyright (C) 2007-2017 B.A.T.M.A.N. contributors: 3 * 4 * Marek Lindner, Simon Wunderlich 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. --- 6 unchanged lines hidden (view full) --- 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/>. 17 */ 18 19#include "main.h" 20 21#include <linux/byteorder/generic.h> 22#include <linux/etherdevice.h> | 1// SPDX-License-Identifier: GPL-2.0 2/* Copyright (C) 2007-2017 B.A.T.M.A.N. contributors: 3 * 4 * Marek Lindner, Simon Wunderlich 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. --- 6 unchanged lines hidden (view full) --- 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/>. 17 */ 18 19#include "main.h" 20 21#include <linux/byteorder/generic.h> 22#include <linux/etherdevice.h> |
23#include <linux/fs.h> | 23#include <linux/gfp.h> |
24#include <linux/if_ether.h> 25#include <linux/kernel.h> 26#include <linux/kref.h> 27#include <linux/list.h> 28#include <linux/lockdep.h> 29#include <linux/netdevice.h> 30#include <linux/pkt_sched.h> 31#include <linux/rculist.h> --- 608 unchanged lines hidden --- | 24#include <linux/if_ether.h> 25#include <linux/kernel.h> 26#include <linux/kref.h> 27#include <linux/list.h> 28#include <linux/lockdep.h> 29#include <linux/netdevice.h> 30#include <linux/pkt_sched.h> 31#include <linux/rculist.h> --- 608 unchanged lines hidden --- |