x86: Remove unneeded includes
Clean up includes of and in <asm/syscalls.h> Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20200313195144.164260-19-brgerst@gmail.com
This commit is contained in:

committed by
Thomas Gleixner

parent
0f78ff1711
commit
ffd75b373f
@@ -8,11 +8,6 @@
|
||||
#ifndef _ASM_X86_SYSCALLS_H
|
||||
#define _ASM_X86_SYSCALLS_H
|
||||
|
||||
#include <linux/compiler.h>
|
||||
#include <linux/linkage.h>
|
||||
#include <linux/signal.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
/* Common in X86_32 and X86_64 */
|
||||
/* kernel/ioport.c */
|
||||
long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
|
||||
|
Reference in New Issue
Block a user