git: 70ef9c34a436 - stable/13 - LinuxKPI: device.h remove duplicate #include

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Mon, 17 Oct 2022 20:41:27 UTC
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>