linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] module: remove duplicate include in arch/arm/mach-sa1100/hackkit.c
@ 2021-03-03  7:17 menglong8.dong
  2021-03-03 10:21 ` Russell King - ARM Linux admin
  0 siblings, 1 reply; 2+ messages in thread
From: menglong8.dong @ 2021-03-03  7:17 UTC (permalink / raw)
  To: linux; +Cc: akpm, rppt, zhang.yunkai, linux-arm-kernel, linux-kernel

From: Zhang Yunkai <zhang.yunkai@zte.com.cn>

'linux/tty.h' included in 'arch/arm/mach-sa1100/hackkit.c' is duplicated.

Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
---
 arch/arm/mach-sa1100/hackkit.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-sa1100/hackkit.c b/arch/arm/mach-sa1100/hackkit.c
index 3085f1c2e586..3fe34ee7c0ab 100644
--- a/arch/arm/mach-sa1100/hackkit.c
+++ b/arch/arm/mach-sa1100/hackkit.c
@@ -18,7 +18,6 @@
 #include <linux/serial_core.h>
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/partitions.h>
-#include <linux/tty.h>
 #include <linux/gpio.h>
 #include <linux/leds.h>
 #include <linux/platform_device.h>
-- 
2.25.1


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

* Re: [PATCH] module: remove duplicate include in arch/arm/mach-sa1100/hackkit.c
  2021-03-03  7:17 [PATCH] module: remove duplicate include in arch/arm/mach-sa1100/hackkit.c menglong8.dong
@ 2021-03-03 10:21 ` Russell King - ARM Linux admin
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King - ARM Linux admin @ 2021-03-03 10:21 UTC (permalink / raw)
  To: menglong8.dong; +Cc: akpm, rppt, zhang.yunkai, linux-arm-kernel, linux-kernel

On Tue, Mar 02, 2021 at 11:17:21PM -0800, menglong8.dong@gmail.com wrote:
> From: Zhang Yunkai <zhang.yunkai@zte.com.cn>
> 
> 'linux/tty.h' included in 'arch/arm/mach-sa1100/hackkit.c' is duplicated.
> 
> Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>

I don't see this change has anything to do with module code, so what is
the reason for "module:" in the subject line? What am I missing here?

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

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

end of thread, other threads:[~2021-03-03 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03  7:17 [PATCH] module: remove duplicate include in arch/arm/mach-sa1100/hackkit.c menglong8.dong
2021-03-03 10:21 ` Russell King - ARM Linux admin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).