mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
17df341d35
Remove a left-over from commit 2874c5fd28
("treewide: Replace GPLv2
boilerplate/reference with SPDX - rule 152")
There is no need for an empty "License:".
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/0e5ff727626b748238f4b78932f81572143d8f0b.1662896317.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
16 lines
501 B
C
16 lines
501 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/***************************************************************************
|
|
* Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
|
|
*
|
|
* This file supplies definitions required by the PPP over L2TP driver
|
|
* (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c
|
|
*/
|
|
#ifndef __LINUX_IF_PPPOL2TP_H
|
|
#define __LINUX_IF_PPPOL2TP_H
|
|
|
|
#include <linux/in.h>
|
|
#include <linux/in6.h>
|
|
#include <uapi/linux/if_pppol2tp.h>
|
|
|
|
#endif
|