diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2007-02-02 12:27:42 -0500 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-02-04 14:54:12 -0500 |
commit | 2a22b14edfdf1dce303ec48bb934a6a2edb278b5 (patch) | |
tree | e0e3a9704358297ed1fa8394af83faded7718733 /drivers/mmc/sdhci.h | |
parent | 4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6 (diff) |
mmc: sdhci: replace kmap with page_address
Since we actively avoid highmem, calling kmap_atomic() instead
of page_address() is effectively only obfuscation.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/sdhci.h')
-rw-r--r-- | drivers/mmc/sdhci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/sdhci.h b/drivers/mmc/sdhci.h index bc6bf7e7757d..e324f0a623dc 100644 --- a/drivers/mmc/sdhci.h +++ b/drivers/mmc/sdhci.h | |||
@@ -183,7 +183,6 @@ struct sdhci_host { | |||
183 | struct mmc_data *data; /* Current data request */ | 183 | struct mmc_data *data; /* Current data request */ |
184 | 184 | ||
185 | struct scatterlist *cur_sg; /* We're working on this */ | 185 | struct scatterlist *cur_sg; /* We're working on this */ |
186 | char *mapped_sg; /* This is where it's mapped */ | ||
187 | int num_sg; /* Entries left */ | 186 | int num_sg; /* Entries left */ |
188 | int offset; /* Offset into current sg */ | 187 | int offset; /* Offset into current sg */ |
189 | int remain; /* Bytes left in current */ | 188 | int remain; /* Bytes left in current */ |