* [PATCH RESEND] ARM: LPC32xx: common.c: Remove unnecessary header inclusion
@ 2014-02-12 1:17 Jingoo Han
2014-02-12 15:51 ` Roland Stigge
0 siblings, 1 reply; 2+ messages in thread
From: Jingoo Han @ 2014-02-12 1:17 UTC (permalink / raw)
To: linux-arm-kernel
common.c includes some header files that are not really used.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
Compile-tested only.
arch/arm/mach-lpc32xx/common.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/arm/mach-lpc32xx/common.c b/arch/arm/mach-lpc32xx/common.c
index d7aa54c..9713c8b 100644
--- a/arch/arm/mach-lpc32xx/common.c
+++ b/arch/arm/mach-lpc32xx/common.c
@@ -17,12 +17,6 @@
*/
#include <linux/init.h>
-#include <linux/platform_device.h>
-#include <linux/interrupt.h>
-#include <linux/irq.h>
-#include <linux/err.h>
-#include <linux/i2c.h>
-#include <linux/i2c-pnx.h>
#include <linux/io.h>
#include <asm/mach/map.h>
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH RESEND] ARM: LPC32xx: common.c: Remove unnecessary header inclusion
2014-02-12 1:17 [PATCH RESEND] ARM: LPC32xx: common.c: Remove unnecessary header inclusion Jingoo Han
@ 2014-02-12 15:51 ` Roland Stigge
0 siblings, 0 replies; 2+ messages in thread
From: Roland Stigge @ 2014-02-12 15:51 UTC (permalink / raw)
To: linux-arm-kernel
On 12/02/14 02:17, Jingoo Han wrote:
> common.c includes some header files that are not really used.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> Compile-tested only.
>
> arch/arm/mach-lpc32xx/common.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/arch/arm/mach-lpc32xx/common.c b/arch/arm/mach-lpc32xx/common.c
> index d7aa54c..9713c8b 100644
> --- a/arch/arm/mach-lpc32xx/common.c
> +++ b/arch/arm/mach-lpc32xx/common.c
> @@ -17,12 +17,6 @@
> */
>
> #include <linux/init.h>
> -#include <linux/platform_device.h>
> -#include <linux/interrupt.h>
> -#include <linux/irq.h>
> -#include <linux/err.h>
> -#include <linux/i2c.h>
> -#include <linux/i2c-pnx.h>
> #include <linux/io.h>
>
> #include <asm/mach/map.h>
>
Acked-by: Roland Stigge <stigge@antcom.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-12 15:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12 1:17 [PATCH RESEND] ARM: LPC32xx: common.c: Remove unnecessary header inclusion Jingoo Han
2014-02-12 15:51 ` Roland Stigge
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.