Re: mmc: pxamci compilation fix

2006-12-04 Thread Pierre Ossman
Sascha Hauer wrote: > Hi Pierre and all, > > since commit fcaf71fd51f9cfc504455d3e19ec242e4b2073ed > struct mmc_host does not have a dev field. Retrieve the device with > mmc_dev() instead. > > Signed-off-by: Sascha Hauer <[EMAIL PROTECTED]> > Bad Greg ;) Applied, thanks. Rgds -- -- Pie

mmc: pxamci compilation fix

2006-12-04 Thread Sascha Hauer
Hi Pierre and all, since commit fcaf71fd51f9cfc504455d3e19ec242e4b2073ed struct mmc_host does not have a dev field. Retrieve the device with mmc_dev() instead. Signed-off-by: Sascha Hauer <[EMAIL PROTECTED]> Index: drivers/mmc/pxamci.c