mfd: pass platform flags down to the tmio_mmc driver

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Ian Molton <ian@mnementh.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Guennadi Liakhovetski 2010-05-19 18:36:08 +00:00 committed by Paul Mundt
parent ac8fb3e862
commit f87c20a9db
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
struct sh_mobile_sdhi_info {
int dma_slave_tx;
int dma_slave_rx;
unsigned long tmio_flags;
void (*set_pwr)(struct platform_device *pdev, int state);
};