Date: Mon, 17 Oct 2022 20:41:27 GMT From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 70ef9c34a436 - stable/13 - LinuxKPI: device.h remove duplicate #include Message-ID: <202210172041.29HKfRgL096284@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=70ef9c34a436d81f96f0e3d1e79bdfccb5a81069 commit 70ef9c34a436d81f96f0e3d1e79bdfccb5a81069 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2022-09-21 17:25:34 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2022-10-17 20:37:03 +0000 LinuxKPI: device.h remove duplicate #include linux/types.h is included twice; reduce to the first. Sponsored by: The FreeBSD Foundation (cherry picked from commit 8ea48fc59eaf475aa7d92f07db9b36370c349f3f) --- sys/compat/linuxkpi/common/include/linux/device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/compat/linuxkpi/common/include/linux/device.h b/sys/compat/linuxkpi/common/include/linux/device.h index 669d712a641a..4083c50c79eb 100644 --- a/sys/compat/linuxkpi/common/include/linux/device.h +++ b/sys/compat/linuxkpi/common/include/linux/device.h @@ -37,7 +37,6 @@ #include <linux/sysfs.h> #include <linux/list.h> #include <linux/compiler.h> -#include <linux/types.h> #include <linux/module.h> #include <linux/workqueue.h> #include <linux/kdev_t.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210172041.29HKfRgL096284>