mmc: wbsd: replace kmap with page_address
authorPierre Ossman <drzeus@drzeus.cx>
Wed, 31 Jan 2007 17:20:48 +0000 (18:20 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 4 Feb 2007 19:54:11 +0000 (20:54 +0100)
commit4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6
treeb57497b24a1c5879605dcd15548fa8c395958666
parentdf1c4b7bf7f3b3a48d78c6e5c2fc5b9a1c01b821
mmc: wbsd: 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>
drivers/mmc/wbsd.c
drivers/mmc/wbsd.h