Skip to content

Commit

Permalink
ARM: mach-bcmring: remove mach/memory.h
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Oct 13, 2011
1 parent 0020afb commit 0e79671
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ config ARCH_BCMRING
select CLKDEV_LOOKUP
select GENERIC_CLOCKEVENTS
select ARCH_WANT_OPTIONAL_GPIOLIB
select NO_MACH_MEMORY_H
help
Support for Broadcom's BCMRing platform.

Expand Down
3 changes: 1 addition & 2 deletions arch/arm/mach-bcmring/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#define __ASM_ARCH_HARDWARE_H

#include <asm/sizes.h>
#include <mach/memory.h>
#include <cfg_global.h>
#include <mach/csp/mm_io.h>

Expand All @@ -31,7 +30,7 @@
* *_SIZE is the size of the region
* *_BASE is the virtual address
*/
#define RAM_START PLAT_PHYS_OFFSET
#define RAM_START PHYS_OFFSET

#define RAM_SIZE (CFG_GLOBAL_RAM_SIZE-CFG_GLOBAL_RAM_SIZE_RESERVED)
#define RAM_BASE PAGE_OFFSET
Expand Down
28 changes: 0 additions & 28 deletions arch/arm/mach-bcmring/include/mach/memory.h

This file was deleted.

0 comments on commit 0e79671

Please sign in to comment.