diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-08-19 09:42:52 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-08-19 09:42:52 +0100 |
commit | dce773771834221817e2d359a7e07a618ba08807 (patch) | |
tree | 433c4c4d75ebbf2b2671c7368afdb0fed8163a10 /include/linux/mmc | |
parent | 1ad434d7cf5f490c71cfbbb2fb91076c01c8704e (diff) | |
download | blackbird-op-linux-dce773771834221817e2d359a7e07a618ba08807.tar.gz blackbird-op-linux-dce773771834221817e2d359a7e07a618ba08807.zip |
[MMC] Use an IDR for host name indicies
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 113cc27865f0..9a0893f3249e 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -64,6 +64,7 @@ struct device; struct mmc_host { struct device *dev; struct class_device class_dev; + int index; struct mmc_host_ops *ops; unsigned int f_min; unsigned int f_max; |