]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap_hsmmc: introduce omap_hsmmc_data struct
authorNikita Kiryanov <nikita@compulab.co.il>
Mon, 3 Dec 2012 02:19:43 +0000 (02:19 +0000)
committerTom Rini <trini@ti.com>
Fri, 8 Mar 2013 21:41:13 +0000 (16:41 -0500)
commitcc22b0c0122cee0ab59dcc3c06c52835b38e8791
treedd0147974b05dbe88317e1028ea6a9d333cebb26
parent5964dadd0371238cbc91b1c2b6b24fd7d83833d8
omap_hsmmc: introduce omap_hsmmc_data struct

Currently there's no appropriate place to store driver specific data
because the pointer that is meant for that (priv) is being used to
store the base address of mmc registers.

Introduce a new struct for storing driver specific data.

Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
drivers/mmc/omap_hsmmc.c