Message ID | 1388741257-26438-1-git-send-email-sachin.kamat@linaro.org (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
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
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 --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>
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(-)