Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2023 08:43:06 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 7f4ad94efb72 - stable/13 - linux(4): Cleanup abi_compat.h include from linux_timer.h
Message-ID:  <202303010843.3218h60a028421@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin:

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

commit 7f4ad94efb729e3ee52071b88f4240495975f74f
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-14 14:46:31 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
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))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303010843.3218h60a028421>