1
0
Fork 0

Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 build cleanup from Ingo Molnar:
 "A single change that removes unnecessary asm-generic wrappers"

* 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/build: Remove unneeded uapi asm-generic wrappers
This commit is contained in:
Linus Torvalds 2019-09-16 18:29:19 -07:00
commit fc6fd1392a
10 changed files with 0 additions and 16 deletions

View file

@ -1 +0,0 @@
#include <asm-generic/errno.h>

View file

@ -1 +0,0 @@
#include <asm-generic/fcntl.h>

View file

@ -1 +0,0 @@
#include <asm-generic/ioctl.h>

View file

@ -1 +0,0 @@
#include <asm-generic/ioctls.h>

View file

@ -1 +0,0 @@
#include <asm-generic/ipcbuf.h>

View file

@ -1 +0,0 @@
#include <asm-generic/param.h>

View file

@ -1 +0,0 @@
#include <asm-generic/resource.h>

View file

@ -1 +0,0 @@
#include <asm-generic/termbits.h>

View file

@ -1 +0,0 @@
#include <asm-generic/termios.h>

View file

@ -1,7 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_TYPES_H
#define _ASM_X86_TYPES_H
#include <asm-generic/types.h>
#endif /* _ASM_X86_TYPES_H */