All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2 v2] drivers/db8500-cpufreq: delete dangling include
@ 2013-02-12 11:43 Linus Walleij
  2013-02-12 13:58 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2013-02-12 11:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Linus Walleij <linus.walleij@linaro.org>

There was a dangling #include <mach/id.h> in the cpufreq
file missing from commit
7a4f26097d389c16c9956bc03b81532698d97d64
"ARM: ux500: de-globalize <mach/id.h>"

Causing build regressions when building with cpufreq
support.

Cc: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ChangeLog v1->v2:
- introduce db8500 in the subject.
---
 drivers/cpufreq/db8500-cpufreq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/cpufreq/db8500-cpufreq.c b/drivers/cpufreq/db8500-cpufreq.c
index 523c940..87130e2 100644
--- a/drivers/cpufreq/db8500-cpufreq.c
+++ b/drivers/cpufreq/db8500-cpufreq.c
@@ -15,7 +15,6 @@
 #include <linux/slab.h>
 #include <linux/platform_device.h>
 #include <linux/clk.h>
-#include <mach/id.h>
 
 static struct cpufreq_frequency_table *freq_table;
 static struct clk *armss_clk;
-- 
1.7.11.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/2 v2] drivers/db8500-cpufreq: delete dangling include
  2013-02-12 11:43 [PATCH 1/2 v2] drivers/db8500-cpufreq: delete dangling include Linus Walleij
@ 2013-02-12 13:58 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2013-02-12 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 12, 2013 at 5:13 PM, Linus Walleij
<linus.walleij@stericsson.com> wrote:
> From: Linus Walleij <linus.walleij@linaro.org>
>
> There was a dangling #include <mach/id.h> in the cpufreq
> file missing from commit
> 7a4f26097d389c16c9956bc03b81532698d97d64
> "ARM: ux500: de-globalize <mach/id.h>"
>
> Causing build regressions when building with cpufreq
> support.
>
> Cc: Rafael J. Wysocki <rjw@sisk.pl>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-12 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-12 11:43 [PATCH 1/2 v2] drivers/db8500-cpufreq: delete dangling include Linus Walleij
2013-02-12 13:58 ` Viresh Kumar

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.