diff mbox

[1/3] cpufreq: s3c2440: Remove hardware.h inclusion

Message ID 1388741257-26438-1-git-send-email-sachin.kamat@linaro.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Sachin Kamat Jan. 3, 2014, 9:27 a.m. UTC
The contents of this header file are not referenced in the driver.
Remove its inclusion.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/cpufreq/s3c2440-cpufreq.c |    2 --
 1 file changed, 2 deletions(-)

Comments

Viresh Kumar Jan. 3, 2014, 10:11 a.m. UTC | #1
On 3 January 2014 14:57, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> The contents of this header file are not referenced in the driver.
> Remove its inclusion.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  drivers/cpufreq/s3c2440-cpufreq.c |    2 --
>  1 file changed, 2 deletions(-)

For all three patches:

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rafael J. Wysocki Jan. 6, 2014, 1:08 a.m. UTC | #2
On Friday, January 03, 2014 03:41:39 PM Viresh Kumar wrote:
> On 3 January 2014 14:57, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> > The contents of this header file are not referenced in the driver.
> > Remove its inclusion.
> >
> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> > ---
> >  drivers/cpufreq/s3c2440-cpufreq.c |    2 --
> >  1 file changed, 2 deletions(-)
> 
> For all three patches:
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

All three queued up for 3.14, thanks!
diff mbox

Patch

diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
index 72b2cc8a5a85..717ef04ec90e 100644
--- a/drivers/cpufreq/s3c2440-cpufreq.c
+++ b/drivers/cpufreq/s3c2440-cpufreq.c
@@ -22,8 +22,6 @@ 
 #include <linux/err.h>
 #include <linux/io.h>
 
-#include <mach/hardware.h>
-
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>