diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2010-01-06 05:19:25 -0500 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2010-02-17 11:37:10 -0500 |
commit | 4e8804ff6dd1a842d9531c819a0acc9eb3bcfa3b (patch) | |
tree | cee52e1f86c1896663b2e1932b6b27ae48683065 /include/pcmcia | |
parent | a7eb169dc7292979d78f2d2f1655026ae3a9ff5f (diff) |
pcmcia: m8xx_pcmcia.c should use iodyn resource manager
The socket driver m8xx_pcmcia.c uses a static memory assignment,
but io_offset is set to 0. Therefore, it seems proper to use the
iodyn resource manager for this driver, as was previously the
case (before commit 80128ff79d282cf71b1819dbca9b8dd47d8ed3e8).
CC: Vitaly Bordug <vitb@kernel.crashing.org>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Olof Johansson <olof@lixom.net>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include/pcmcia')
-rw-r--r-- | include/pcmcia/ss.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h index b4e5cfd49ce1..1a4737933bf3 100644 --- a/include/pcmcia/ss.h +++ b/include/pcmcia/ss.h | |||
@@ -258,6 +258,8 @@ struct pcmcia_socket { | |||
258 | * - pccard_static_ops iomem and ioport areas are assigned statically | 258 | * - pccard_static_ops iomem and ioport areas are assigned statically |
259 | * - pccard_iodyn_ops iomem areas is assigned statically, ioport | 259 | * - pccard_iodyn_ops iomem areas is assigned statically, ioport |
260 | * areas dynamically | 260 | * areas dynamically |
261 | * If this option is selected, use | ||
262 | * "select PCCARD_IODYN" in Kconfig. | ||
261 | * - pccard_nonstatic_ops iomem and ioport areas are assigned dynamically. | 263 | * - pccard_nonstatic_ops iomem and ioport areas are assigned dynamically. |
262 | * If this option is selected, use | 264 | * If this option is selected, use |
263 | * "select PCCARD_NONSTATIC" in Kconfig. | 265 | * "select PCCARD_NONSTATIC" in Kconfig. |