linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Weber <weber@corscience.de>
To: linux-omap@vger.kernel.org
Cc: tony@atomide.com, Thomas Weber <weber@corscience.de>
Subject: [PATCH 13/14] OMAP2: Devkit8000: Remove unused omap_board_config
Date: Tue, 18 May 2010 14:05:34 +0200	[thread overview]
Message-ID: <1274184335-29322-14-git-send-email-weber@corscience.de> (raw)
In-Reply-To: <1274184335-29322-1-git-send-email-weber@corscience.de>

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/mach-omap2/board-devkit8000.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index de7c28a..81000e4 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -126,8 +126,6 @@ static struct omap2_hsmmc_info mmc[] = {
 	},
 	{}	/* Terminator */
 };
-static struct omap_board_config_kernel devkit8000_config[] __initdata = {
-};
 
 static int devkit8000_panel_enable_lcd(struct omap_dss_device *dssdev)
 {
@@ -461,8 +459,6 @@ static struct platform_device keys_gpio = {
 
 static void __init devkit8000_init_irq(void)
 {
-	omap_board_config = devkit8000_config;
-	omap_board_config_size = ARRAY_SIZE(devkit8000_config);
 	omap2_init_common_hw(mt46h32m32lf6_sdrc_params,
 			     mt46h32m32lf6_sdrc_params);
 	omap_init_irq();
@@ -794,8 +790,6 @@ static void __init devkit8000_init(void)
 	devkit8000_i2c_init();
 	platform_add_devices(devkit8000_devices,
 			ARRAY_SIZE(devkit8000_devices));
-	omap_board_config = devkit8000_config;
-	omap_board_config_size = ARRAY_SIZE(devkit8000_config);
 
 	spi_register_board_info(devkit8000_spi_board_info,
 	ARRAY_SIZE(devkit8000_spi_board_info));
-- 
1.6.4.4


  parent reply	other threads:[~2010-05-18 12:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-18 12:05 [PATCH 00/14] Multiple fixes for Devkit8000 Thomas Weber
2010-05-18 12:05 ` [PATCH 01/14] OMAP2: Devkit8000: Cleanup for supplies Thomas Weber
2010-05-18 12:05 ` [PATCH 02/14] OMAP2: Devkit8000: change lcd panel to generic Thomas Weber
2010-05-18 12:05 ` [PATCH 03/14] OMAP2: Devkit8000: Enable DVI-D output Thomas Weber
2010-05-18 12:05 ` [PATCH 04/14] OMAP2: Devkit8000: Setup LCD reset Thomas Weber
2010-05-18 12:05 ` [PATCH 05/14] OMAP2: Devkit8000: Remove unneeded VDVI Thomas Weber
2010-05-18 12:05 ` [PATCH 06/14] OMAP2: Devkit8000: Remove nonexisting vsim Thomas Weber
2010-05-18 12:05 ` [PATCH 07/14] OMAP2: Devkit8000: Remove en-/disable for tv panel Thomas Weber
2010-05-18 12:05 ` [PATCH 08/14] OMAP2: Devkit8000: Use the REGULATOR_SUPPLY macro Thomas Weber
2010-05-18 12:05 ` [PATCH 09/14] OMAP2: Devkit8000: Fixing comment about pins used Thomas Weber
2010-05-18 12:05 ` [PATCH 10/14] OMAP2: Devkit8000: Fix whitespace with tab Thomas Weber
2010-05-18 12:05 ` [PATCH 11/14] OMAP2: Devkit8000: Fix comment Thomas Weber
2010-05-18 12:05 ` [PATCH 12/14] OMAP2: Devkit8000: Using gpio_is_valid Thomas Weber
2010-05-18 12:05 ` Thomas Weber [this message]
2010-05-18 12:05 ` [PATCH 14/14] OMAP2: Devkit8000: Correct regulator Thomas Weber
2010-05-19  4:02 ` [PATCH 00/14] Multiple fixes for Devkit8000 Kan-Ru Chen
2010-06-01  5:36 ` Thomas Weber
2010-06-01  8:32   ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1274184335-29322-14-git-send-email-weber@corscience.de \
    --to=weber@corscience.de \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).