Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446347
| From | Wei Yongjun <weiyj_lk@163.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH -next] ARM: ux500: remove duplicated include from cpu-db8500.c |
| Date | 2016-07-19 13:30 +0200 |
| Message-ID | <rWBnQ-3o0-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH -next] ARM: ux500: remove duplicated include from cpu-db8500.c Wei Yongjun <weiyj_lk@163.com> - 2016-07-19 13:30 +0200
csiph-web