Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1169871 > unrolled thread

[PATCH 09/12] x86/compat: Remove unneeded include

Started byBrian Gerst <brgerst@gmail.com>
First post2015-06-22 14:00 +0200
Last post2015-06-22 14:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 09/12] x86/compat: Remove unneeded include Brian Gerst <brgerst@gmail.com> - 2015-06-22 14:00 +0200

#1169871 — [PATCH 09/12] x86/compat: Remove unneeded include

FromBrian Gerst <brgerst@gmail.com>
Date2015-06-22 14:00 +0200
Subject[PATCH 09/12] x86/compat: Remove unneeded include
Message-ID<pE8ym-2Mp-11@gated-at.bofh.it>
Including sys_ia32.h is not needed in signal.c.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
---
 arch/x86/kernel/signal.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
index 206996c..6c22aad 100644
--- a/arch/x86/kernel/signal.c
+++ b/arch/x86/kernel/signal.c
@@ -35,7 +35,6 @@
 #ifdef CONFIG_X86_64
 #include <asm/proto.h>
 #include <asm/ia32_unistd.h>
-#include <asm/sys_ia32.h>
 #endif /* CONFIG_X86_64 */
 
 #include <asm/syscall.h>
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web