diff options
| author | Linus Torvalds <torvalds@evo.osdl.org> | 2004-09-11 22:17:26 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-11 22:17:26 -0700 |
| commit | e98403d744a49b7edad142845b45a65825495cbd (patch) | |
| tree | c792c0bf31b003cad5cd018de0a9eea6421a3778 /include | |
| parent | 48eed47a5910a9d7355623fd2ec9240c00696132 (diff) | |
Fix up and annotate MTD map usage of PCI memory access
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mtd/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h index ed41daec7cc6..278d0f30de20 100644 --- a/include/linux/mtd/map.h +++ b/include/linux/mtd/map.h @@ -179,7 +179,7 @@ struct map_info { unsigned long phys; #define NO_XIP (-1UL) - unsigned long virt; + void __iomem *virt; void *cached; int bankwidth; /* in octets. This isn't necessarily the width |
