aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-02-14 14:46:31 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-03-01 08:41:50 +0000
commit7f4ad94efb729e3ee52071b88f4240495975f74f (patch)
treeb3d95923a299301199da05e386baea36b504bd83
parentff193c9bd91e862df173c3b21b0c5500b4c27439 (diff)
downloadsrc-7f4ad94efb729e3ee52071b88f4240495975f74f.tar.gz
src-7f4ad94efb729e3ee52071b88f4240495975f74f.zip
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)
-rw-r--r--sys/compat/linux/linux_timer.h2
1 files changed, 0 insertions, 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))