From 307f78f3ed90a4145eeb2c8cc79bc95b2666f57a Mon Sep 17 00:00:00 2001 From: Vladimir Kondratyev Date: Sun, 19 Dec 2021 13:42:42 +0300 Subject: LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562 --- sys/compat/linuxkpi/common/include/linux/etherdevice.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/compat/linuxkpi/common/include/linux/etherdevice.h') diff --git a/sys/compat/linuxkpi/common/include/linux/etherdevice.h b/sys/compat/linuxkpi/common/include/linux/etherdevice.h index 9062cd562347..5d8671c00020 100644 --- a/sys/compat/linuxkpi/common/include/linux/etherdevice.h +++ b/sys/compat/linuxkpi/common/include/linux/etherdevice.h @@ -24,8 +24,8 @@ * * $FreeBSD$ */ -#ifndef _LINUX_ETHERDEVICE -#define _LINUX_ETHERDEVICE +#ifndef _LINUXKPI_LINUX_ETHERDEVICE_H_ +#define _LINUXKPI_LINUX_ETHERDEVICE_H_ #include @@ -115,4 +115,4 @@ random_ether_addr(u8 * dst) dst[0] |= 0x02; } -#endif /* _LINUX_ETHERDEVICE */ +#endif /* _LINUXKPI_LINUX_ETHERDEVICE_H_ */ -- cgit v1.3