diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-04-20 18:36:05 -0400 | 
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-04-20 18:36:05 -0400 | 
| commit | 857c68f733eea07f11a061caea43a38fed61adb7 (patch) | |
| tree | 4567a9e91f717b22143ac1ccb0fb5323ac15afd3 /arch/arm/common/scoop.c | |
| parent | 4741c336d27dec3ea68a35659abb8dc82b142388 (diff) | |
| parent | 402a26f0c040077ed6f941eefac5a6971f0d5f40 (diff) | |
Merge branch 'master'
Diffstat (limited to 'arch/arm/common/scoop.c')
| -rw-r--r-- | arch/arm/common/scoop.c | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/arch/arm/common/scoop.c b/arch/arm/common/scoop.c index 5e830f444c6c..314ebd3a1d71 100644 --- a/arch/arm/common/scoop.c +++ b/arch/arm/common/scoop.c | |||
| @@ -18,6 +18,18 @@ | |||
| 18 | #include <asm/io.h> | 18 | #include <asm/io.h> | 
| 19 | #include <asm/hardware/scoop.h> | 19 | #include <asm/hardware/scoop.h> | 
| 20 | 20 | ||
| 21 | /* PCMCIA to Scoop linkage | ||
| 22 | |||
| 23 | There is no easy way to link multiple scoop devices into one | ||
| 24 | single entity for the pxa2xx_pcmcia device so this structure | ||
| 25 | is used which is setup by the platform code. | ||
| 26 | |||
| 27 | This file is never modular so this symbol is always | ||
| 28 | accessile to the board support files. | ||
| 29 | */ | ||
| 30 | struct scoop_pcmcia_config *platform_scoop_config; | ||
| 31 | EXPORT_SYMBOL(platform_scoop_config); | ||
| 32 | |||
| 21 | #define SCOOP_REG(d,adr) (*(volatile unsigned short*)(d +(adr))) | 33 | #define SCOOP_REG(d,adr) (*(volatile unsigned short*)(d +(adr))) | 
| 22 | 34 | ||
| 23 | struct scoop_dev { | 35 | struct scoop_dev { | 
