public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Remove unnecessary #ifdef CONFIG_MENELAUS
@ 2007-06-15 11:53 Trilok Soni
  2007-06-21 12:06 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Trilok Soni @ 2007-06-15 11:53 UTC (permalink / raw)
  To: Linux OMAP

[-- Attachment #1: Type: text/plain, Size: 18 bytes --]

-- 
--Trilok Soni

[-- Attachment #2: 0002-ARM-OMAP-Remove-unnecessary-ifdef-CONFIG_MENELAUS.patch --]
[-- Type: text/x-patch, Size: 945 bytes --]

From e6b47c5334cda7485d4d0ec4907349ffdf7b9b86 Mon Sep 17 00:00:00 2001
From: Trilok Soni <soni.trilok@gmail.com>
Date: Sat, 26 May 2007 19:19:19 +0530
Subject: [PATCH] ARM: OMAP: Remove unnecessary #ifdef CONFIG_MENELAUS

Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
---
 arch/arm/mach-omap2/board-n800.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c
index a050b47..e2447fc 100644
--- a/arch/arm/mach-omap2/board-n800.c
+++ b/arch/arm/mach-omap2/board-n800.c
@@ -527,13 +527,11 @@ static struct menelaus_platform_data n800_menelaus_platform_data = {
 #endif
 
 static struct i2c_board_info __initdata n800_i2c_board_info[] = {
-#ifdef CONFIG_MENELAUS
 	{
 		I2C_BOARD_INFO("menelaus", 0x72),
 		.irq = INT_24XX_SYS_NIRQ,
 		.platform_data = &n800_menelaus_platform_data,
 	},
-#endif
 };
 
 static void __init nokia_n800_init(void)
-- 
1.5.0


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



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

* Re: [PATCH] ARM: OMAP: Remove unnecessary #ifdef CONFIG_MENELAUS
  2007-06-15 11:53 [PATCH] ARM: OMAP: Remove unnecessary #ifdef CONFIG_MENELAUS Trilok Soni
@ 2007-06-21 12:06 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-06-21 12:06 UTC (permalink / raw)
  To: Trilok Soni; +Cc: Linux OMAP

* Trilok Soni <soni.trilok@gmail.com> [070615 04:54]:
> -- 
> --Trilok Soni

> From e6b47c5334cda7485d4d0ec4907349ffdf7b9b86 Mon Sep 17 00:00:00 2001
> From: Trilok Soni <soni.trilok@gmail.com>
> Date: Sat, 26 May 2007 19:19:19 +0530
> Subject: [PATCH] ARM: OMAP: Remove unnecessary #ifdef CONFIG_MENELAUS
> 
> Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
> ---
>  arch/arm/mach-omap2/board-n800.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c
> index a050b47..e2447fc 100644
> --- a/arch/arm/mach-omap2/board-n800.c
> +++ b/arch/arm/mach-omap2/board-n800.c
> @@ -527,13 +527,11 @@ static struct menelaus_platform_data n800_menelaus_platform_data = {
>  #endif
>  
>  static struct i2c_board_info __initdata n800_i2c_board_info[] = {
> -#ifdef CONFIG_MENELAUS
>  	{
>  		I2C_BOARD_INFO("menelaus", 0x72),
>  		.irq = INT_24XX_SYS_NIRQ,
>  		.platform_data = &n800_menelaus_platform_data,
>  	},
> -#endif
>  };
>  
>  static void __init nokia_n800_init(void)

Pushing.

Tony

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

end of thread, other threads:[~2007-06-21 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-15 11:53 [PATCH] ARM: OMAP: Remove unnecessary #ifdef CONFIG_MENELAUS Trilok Soni
2007-06-21 12:06 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox