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


Groups > linux.kernel > #1446347 > unrolled thread

[PATCH -next] ARM: ux500: remove duplicated include from cpu-db8500.c

Started byWei Yongjun <weiyj_lk@163.com>
First post2016-07-19 13:30 +0200
Last post2016-07-19 13:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH -next] ARM: ux500: remove duplicated include from cpu-db8500.c Wei Yongjun <weiyj_lk@163.com> - 2016-07-19 13:30 +0200

#1446347 — [PATCH -next] ARM: ux500: remove duplicated include from cpu-db8500.c

FromWei Yongjun <weiyj_lk@163.com>
Date2016-07-19 13:30 +0200
Subject[PATCH -next] ARM: ux500: remove duplicated include from cpu-db8500.c
Message-ID<rWBnQ-3o0-13@gated-at.bofh.it>
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 arch/arm/mach-ux500/cpu-db8500.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index 46b1da1..c0c36b97 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -12,7 +12,6 @@
 #include <linux/init.h>
 #include <linux/device.h>
 #include <linux/amba/bus.h>
-#include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/irq.h>
 #include <linux/irqchip.h>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web