All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h
@ 2011-02-03 13:55 Mark Brown
  2011-02-07  5:42 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2011-02-03 13:55 UTC (permalink / raw)
  To: linux-arm-kernel

Previously we were relying on it being pulled in by other headers for
the prototype of s3c24xx_irq_suspend() and s3c24xx_irq_resume().

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 arch/arm/plat-samsung/include/plat/pm.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-samsung/include/plat/pm.h b/arch/arm/plat-samsung/include/plat/pm.h
index d9025e3..30518cc 100644
--- a/arch/arm/plat-samsung/include/plat/pm.h
+++ b/arch/arm/plat-samsung/include/plat/pm.h
@@ -17,6 +17,8 @@
 
 #include <linux/irq.h>
 
+struct sys_device;
+
 #ifdef CONFIG_PM
 
 extern __init int s3c_pm_init(void);
-- 
1.7.2.3

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

* [PATCH] ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h
  2011-02-03 13:55 [PATCH] ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h Mark Brown
@ 2011-02-07  5:42 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2011-02-07  5:42 UTC (permalink / raw)
  To: linux-arm-kernel

Mark Brown wrote:
> 
> Previously we were relying on it being pulled in by other headers for
> the prototype of s3c24xx_irq_suspend() and s3c24xx_irq_resume().
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  arch/arm/plat-samsung/include/plat/pm.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/plat-samsung/include/plat/pm.h b/arch/arm/plat-
> samsung/include/plat/pm.h
> index d9025e3..30518cc 100644
> --- a/arch/arm/plat-samsung/include/plat/pm.h
> +++ b/arch/arm/plat-samsung/include/plat/pm.h
> @@ -17,6 +17,8 @@
> 
>  #include <linux/irq.h>
> 
> +struct sys_device;
> +
>  #ifdef CONFIG_PM
> 
>  extern __init int s3c_pm_init(void);
> --

Ok..applied, Thanks :)

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

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

end of thread, other threads:[~2011-02-07  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-03 13:55 [PATCH] ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h Mark Brown
2011-02-07  5:42 ` Kukjin Kim

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.