The branch stable/13 has been updated by dchagin:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7f4ad94efb729e3ee52071b88f4240495975f74f

commit 7f4ad94efb729e3ee52071b88f4240495975f74f
Author:     Dmitry Chagin <[email protected]>
AuthorDate: 2023-02-14 14:46:31 +0000
Commit:     Dmitry Chagin <[email protected]>
CommitDate: 2023-03-01 08:41:50 +0000

    linux(4): Cleanup abi_compat.h include from linux_timer.h
    
    Leftover after timespec copyin/copyout routines was implemented.
    
    MFC after:              2 weeks
    
    (cherry picked from commit 86f9efef2c44f6be007cbc9ab383ee6a277d5880)
---
 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