mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
linux(4): Fix leftovers after 2ff63af9
This commit is contained in:
parent
6ecab39494
commit
270e01d468
@ -25,7 +25,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/elf.h>
|
||||
#include <sys/errno.h>
|
||||
|
@ -25,8 +25,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/*
|
||||
*/
|
||||
#ifndef _ARM64_LINUX_H_
|
||||
#define _ARM64_LINUX_H_
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/elf.h>
|
||||
#include <sys/errno.h>
|
||||
|
@ -1,5 +1,3 @@
|
||||
/*
|
||||
*/
|
||||
|
||||
#ifndef LINUX_PERSONALITY_H
|
||||
#define LINUX_PERSONALITY_H
|
||||
|
@ -27,6 +27,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/proc.h>
|
||||
|
@ -1,6 +1,3 @@
|
||||
/*
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file defines compatibility versions of several video structures
|
||||
* defined in the Linux videodev2.h header (linux_videodev2.h). The
|
||||
|
@ -1,6 +1,3 @@
|
||||
/*
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file defines compatibility versions of several video structures
|
||||
* defined in the Linux videodev.h header (linux_videodev.h). The
|
||||
|
Loading…
Reference in New Issue
Block a user