Jaehoon Chung 9beee912a3 mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabled
When disable CONFIG_MMC_DW_IDMAC, can see the compiler error.
Because in dw_mci_post_req(), called the dw_mci_get_dma_dir().
But that function is in #ifdef CONFIG_MMC_DW_IDMAC.

I think that function is generic function.
Not need the CONFIG_MMC_DW_IDMAC.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Acked-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
2012-03-27 12:19:57 -04:00
..
2012-01-13 20:41:15 -08:00
2012-03-27 12:19:47 -04:00
2011-12-07 22:02:05 +00:00
2008-12-16 14:58:17 +01:00
2009-03-24 21:30:03 +01:00
2012-01-02 13:04:55 +01:00
2012-02-05 17:14:47 +01:00
2009-10-01 16:11:15 -07:00
2012-01-13 20:41:15 -08:00
2012-03-16 21:49:24 +01:00
2012-03-16 21:49:24 +01:00