Commit 22cb4ad3 authored by Trilok Soni's avatar Trilok Soni Committed by Tony Lindgren

ARM: OMAP: Remove unnecessary #ifdef CONFIG_MENELAUS

--
--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: default avatarTrilok Soni <soni.trilok@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 63a46bf6
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment