Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91197
b: refs/heads/master
c: 5d4294c
h: refs/heads/master
i:
  91195: 3b049bb
v: v3
  • Loading branch information
Lennert Buytenhek authored and Nicolas Pitre committed Mar 27, 2008
1 parent 8bbf6b9 commit 7bcfc21
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8791ed3295950b06a0edd8aea1d0717f66f3e5cf
refs/heads/master: 5d4294c524fc53746b5ec138d2e90f9d34d754b0
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-orion/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#include <asm/mach/time.h>
#include <asm/arch/hardware.h>
#include <asm/arch/orion.h>
#include <asm/arch/platform.h>
#include <asm/plat-orion/ehci-orion.h>
#include <asm/plat-orion/orion_nand.h>
#include <asm/plat-orion/time.h>
#include "common.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-orion/db88f5281-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <asm/mach/arch.h>
#include <asm/mach/pci.h>
#include <asm/arch/orion.h>
#include <asm/arch/platform.h>
#include <asm/plat-orion/orion_nand.h>
#include "common.h"

/*****************************************************************************
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-orion/dns323-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <asm/mach/arch.h>
#include <asm/mach/pci.h>
#include <asm/arch/orion.h>
#include <asm/arch/platform.h>
#include "common.h"

#define DNS323_GPIO_LED_RIGHT_AMBER 1
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-orion/kurobox_pro-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <asm/mach/arch.h>
#include <asm/mach/pci.h>
#include <asm/arch/orion.h>
#include <asm/arch/platform.h>
#include <asm/plat-orion/orion_nand.h>
#include "common.h"

/*****************************************************************************
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-orion/rd88f5182-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <asm/mach/arch.h>
#include <asm/mach/pci.h>
#include <asm/arch/orion.h>
#include <asm/arch/platform.h>
#include "common.h"

/*****************************************************************************
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-orion/ts209-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <asm/mach/arch.h>
#include <asm/mach/pci.h>
#include <asm/arch/orion.h>
#include <asm/arch/platform.h>
#include "common.h"

#define QNAP_TS209_NOR_BOOT_BASE 0xf4000000
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ config MTD_ALAUDA

config MTD_NAND_ORION
tristate "NAND Flash support for Marvell Orion SoC"
depends on ARCH_ORION && MTD_NAND
depends on PLAT_ORION && MTD_NAND
help
This enables the NAND flash controller on Orion machines.

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/orion_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include <linux/mtd/partitions.h>
#include <asm/io.h>
#include <asm/sizes.h>
#include <asm/arch/platform.h>
#include <asm/arch/hardware.h>
#include <asm/plat-orion/orion_nand.h>

#ifdef CONFIG_MTD_CMDLINE_PARTS
static const char *part_probes[] = { "cmdlinepart", NULL };
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
/*
* asm-arm/arch-orion/platform.h
*
* Tzachi Perelstein <tzachi@marvell.com>
* include/asm-arm/plat-orion/orion_nand.h
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/

#ifndef __ASM_ARCH_PLATFORM_H__
#define __ASM_ARCH_PLATFORM_H__
#ifndef __ASM_PLAT_ORION_ORION_NAND_H
#define __ASM_PLAT_ORION_ORION_NAND_H

/*
* Device bus NAND private data
Expand Down

0 comments on commit 7bcfc21

Please sign in to comment.