diff mbox

[PATCH/RESEND,11/12] ARM: msm: Make proc_comm clock control into a platform driver

Message ID 20130619163456.GB6300@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Boyd June 19, 2013, 4:34 p.m. UTC
On 06/17, Stephen Boyd wrote:
> diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
> index da902cf..dccefad 100644
> --- a/arch/arm/mach-msm/devices.h
> +++ b/arch/arm/mach-msm/devices.h
> @@ -16,10 +16,6 @@
>  #ifndef __ARCH_ARM_MACH_MSM_DEVICES_H
>  #define __ARCH_ARM_MACH_MSM_DEVICES_H
>  
> -#include <linux/clkdev.h>
> -
> -#include "clock.h"
> -

This removal causes a build failure on 7x30/8x50. Please squash in
this small fixup when applying.

---8<-----
diff mbox

Patch

diff --git a/arch/arm/mach-msm/devices-msm7x30.c b/arch/arm/mach-msm/devices-msm7x30.c
index be45136..d4db75a 100644
--- a/arch/arm/mach-msm/devices-msm7x30.c
+++ b/arch/arm/mach-msm/devices-msm7x30.c
@@ -28,6 +28,7 @@ 
 
 #include <asm/mach/flash.h>
 
+#include "clock.h"
 #include "clock-pcom.h"
 
 #include <linux/platform_data/mmc-msm_sdcc.h>
diff --git a/arch/arm/mach-msm/devices-qsd8x50.c b/arch/arm/mach-msm/devices-qsd8x50.c
index 3fd8f88..f551811 100644
--- a/arch/arm/mach-msm/devices-qsd8x50.c
+++ b/arch/arm/mach-msm/devices-qsd8x50.c
@@ -28,6 +28,7 @@ 
 #include <asm/mach/flash.h>
 
 #include <linux/platform_data/mmc-msm_sdcc.h>
+#include "clock.h"
 #include "clock-pcom.h"
 
 static struct resource msm_gpio_resources[] = {