mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] include/asm-prototypes: Remove duplicate header
@ 2019-01-28 16:18 Brajeswar Ghosh
  2019-01-28 17:39 ` [tip:x86/cleanups] x86/asm-prototypes: Remove duplicate include <asm/page.h> tip-bot for Brajeswar Ghosh
  0 siblings, 1 reply; 2+ messages in thread
From: Brajeswar Ghosh @ 2019-01-28 16:18 UTC (permalink / raw)
  To: tglx, mingo, bp, hpa, dwmw, brajeswar.linux
  Cc: jrdr.linux, linux-kernel, sabyasachi.linux

Remove asm/page.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 arch/x86/include/asm/asm-prototypes.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/include/asm/asm-prototypes.h b/arch/x86/include/asm/asm-prototypes.h
index 1908214b9125..ce92c4acc913 100644
--- a/arch/x86/include/asm/asm-prototypes.h
+++ b/arch/x86/include/asm/asm-prototypes.h
@@ -7,7 +7,6 @@
 
 #include <asm-generic/asm-prototypes.h>
 
-#include <asm/page.h>
 #include <asm/pgtable.h>
 #include <asm/special_insns.h>
 #include <asm/preempt.h>
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-28 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28 16:18 [PATCH] include/asm-prototypes: Remove duplicate header Brajeswar Ghosh
2019-01-28 17:39 ` [tip:x86/cleanups] x86/asm-prototypes: Remove duplicate include <asm/page.h> tip-bot for Brajeswar Ghosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome