linux(4): Cleanup abi_compat.h include from linux_timer.h

Leftover after timespec copyin/copyout routines was implemented.

MFC after:		2 weeks
This commit is contained in:
Dmitry Chagin 2023-02-14 17:46:31 +03:00
parent 007986714c
commit 86f9efef2c

View File

@ -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))