From 44101aab7575434b25db6216f2632dda71addabd Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Thu, 14 Feb 2013 23:26:56 +0100 Subject: [PATCH] --- yaml --- r: 354877 b: refs/heads/master c: 56cc6cb707fedd897d391f6e50e3b56d62d6683f h: refs/heads/master i: 354875: 45ee1a146ae20a7e6c5b6d9f01a37f657a86c3b0 v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-samsung/include/plat/adc.h | 1 + trunk/drivers/video/clps711xfb.c | 1 + trunk/include/linux/platform_data/s3c-hsotg.h | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 16057a17c050..60abc03fb31a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76bf7228694b172dc42900cafbc09bec954949c4 +refs/heads/master: 56cc6cb707fedd897d391f6e50e3b56d62d6683f diff --git a/trunk/arch/arm/plat-samsung/include/plat/adc.h b/trunk/arch/arm/plat-samsung/include/plat/adc.h index b258a08de591..2fc89315553f 100644 --- a/trunk/arch/arm/plat-samsung/include/plat/adc.h +++ b/trunk/arch/arm/plat-samsung/include/plat/adc.h @@ -15,6 +15,7 @@ #define __ASM_PLAT_ADC_H __FILE__ struct s3c_adc_client; +struct platform_device; extern int s3c_adc_start(struct s3c_adc_client *client, unsigned int channel, unsigned int nr_samples); diff --git a/trunk/drivers/video/clps711xfb.c b/trunk/drivers/video/clps711xfb.c index 5a7af0deced2..f00980607b8f 100644 --- a/trunk/drivers/video/clps711xfb.c +++ b/trunk/drivers/video/clps711xfb.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include diff --git a/trunk/include/linux/platform_data/s3c-hsotg.h b/trunk/include/linux/platform_data/s3c-hsotg.h index 8b79e0967f9c..3f1cbf95ec3b 100644 --- a/trunk/include/linux/platform_data/s3c-hsotg.h +++ b/trunk/include/linux/platform_data/s3c-hsotg.h @@ -15,6 +15,8 @@ #ifndef __LINUX_USB_S3C_HSOTG_H #define __LINUX_USB_S3C_HSOTG_H +struct platform_device; + enum s3c_hsotg_dmamode { S3C_HSOTG_DMA_NONE, /* do not use DMA at-all */ S3C_HSOTG_DMA_ONLY, /* always use DMA */