commit | 2a22b14edfdf1dce303ec48bb934a6a2edb278b5 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Fri Feb 02 18:27:42 2007 +0100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Sun Feb 04 20:54:12 2007 +0100 |
tree | e0e3a9704358297ed1fa8394af83faded7718733 | |
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>