Skip to content

Commit

Permalink
ARM: mx3/qong: get rid of nearly empty header
Browse files Browse the repository at this point in the history
board-qong.h only defined a single symbol that was used only once.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
  • Loading branch information
Uwe Kleine-König committed Jun 24, 2010
1 parent 1faeaab commit d57351a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mach-mx3/mach-qong.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <mach/common.h>
#include <asm/page.h>
#include <asm/setup.h>
#include <mach/board-qong.h>
#include <mach/imx-uart.h>
#include <mach/iomux-mx3.h>
#include "devices.h"
Expand Down Expand Up @@ -116,7 +115,7 @@ static struct physmap_flash_data qong_flash_data = {

static struct resource qong_flash_resource = {
.start = MX31_CS0_BASE_ADDR,
.end = MX31_CS0_BASE_ADDR + QONG_NOR_SIZE - 1,
.end = MX31_CS0_BASE_ADDR + SZ_128M - 1,
.flags = IORESOURCE_MEM,
};

Expand Down
17 changes: 0 additions & 17 deletions arch/arm/plat-mxc/include/mach/board-qong.h

This file was deleted.

0 comments on commit d57351a

Please sign in to comment.