]> Pileus Git - ~andy/linux/commitdiff
cpufreq: s3c2440: Remove hardware.h inclusion
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 3 Jan 2014 09:27:35 +0000 (14:57 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 Jan 2014 00:18:33 +0000 (01:18 +0100)
The contents of this header file are not referenced in the driver.
Remove its inclusion.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/s3c2440-cpufreq.c

index 72b2cc8a5a85a9e59e26a73b35d6886f467d2a2b..717ef04ec90edbd9ea4f039b3d307b34a25c6184 100644 (file)
@@ -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>