summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/wbsd.h
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-01-31 18:20:48 +0100
committerPierre Ossman <drzeus@drzeus.cx>2007-02-04 20:54:11 +0100
commit4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6 (patch)
treeb57497b24a1c5879605dcd15548fa8c395958666 /drivers/mmc/wbsd.h
parentdf1c4b7bf7f3b3a48d78c6e5c2fc5b9a1c01b821 (diff)
downloadop-kernel-dev-4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6.zip
op-kernel-dev-4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6.tar.gz
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>
Diffstat (limited to 'drivers/mmc/wbsd.h')
-rw-r--r--drivers/mmc/wbsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/wbsd.h b/drivers/mmc/wbsd.h
index 6072993..d06718b 100644
--- a/drivers/mmc/wbsd.h
+++ b/drivers/mmc/wbsd.h
@@ -154,7 +154,6 @@ struct wbsd_host
struct scatterlist* cur_sg; /* Current SG entry */
unsigned int num_sg; /* Number of entries left */
- void* mapped_sg; /* vaddr of mapped sg */
unsigned int offset; /* Offset into current entry */
unsigned int remain; /* Data left in curren entry */
OpenPOWER on IntegriCloud