Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2023 14:47:15 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 86f9efef2c44 - main - linux(4): Cleanup abi_compat.h include from linux_timer.h
Message-ID:  <202302141447.31EElFOE072356@gitrepo.freebsd.org>

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

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

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



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