The branch main has been updated by dchagin:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=86f9efef2c44f6be007cbc9ab383ee6a277d5880

commit 86f9efef2c44f6be007cbc9ab383ee6a277d5880
Author:     Dmitry Chagin <[email protected]>
AuthorDate: 2023-02-14 14:46:31 +0000
Commit:     Dmitry Chagin <[email protected]>
CommitDate: 2023-02-14 14:46:31 +0000

    linux(4): Cleanup abi_compat.h include from linux_timer.h
    
    Leftover after timespec copyin/copyout routines was implemented.
    
    MFC after:              2 weeks
---
 sys/compat/linux/linux_timer.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/compat/linux/linux_timer.h b/sys/compat/linux/linux_timer.h
index b9f877cc83a4..a01411cec847 100644
--- a/sys/compat/linux/linux_timer.h
+++ b/sys/compat/linux/linux_timer.h
@@ -33,8 +33,6 @@
 #ifndef        _LINUX_TIMER_H
 #define        _LINUX_TIMER_H
 
-#include <sys/abi_compat.h>
-
 #ifndef        __LINUX_ARCH_SIGEV_PREAMBLE_SIZE
 #define        __LINUX_ARCH_SIGEV_PREAMBLE_SIZE        \
        (sizeof(l_int) * 2 + sizeof(l_sigval_t))

Reply via email to