]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/netdev/vxcan.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / network / netdev / vxcan.h
index e835c3f3cb30d5f92f13091a59be6154c45b538e..b5de19740f2959ebd6697b6a2b3e45af11de5972 100644 (file)
@@ -1,16 +1,8 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  Copyright 2017 Susant Sahani
-***/
-
 typedef struct VxCan VxCan;
 
-#if HAVE_VXCAN_INFO_PEER
-#include <linux/can/vxcan.h>
-#endif
-
 #include "netdev/netdev.h"
 
 struct VxCan {