Re: [PATCH 1/3] mmc: tmio: merge the private header into the driver

2011-01-05 Thread Chris Ball
On Tue, Nov 23, 2010 at 05:24:11PM +0100, Guennadi Liakhovetski wrote: > drivers/mmc/host/tmio_mmc.h is only used by drivers/mmc/host/tmio_mmc.c, this > needlessly complicates source-code handling. > > Signed-off-by: Guennadi Liakhovetski Ouch; but fixing it needlessly complicates patch handling

[PATCH 1/3] mmc: tmio: merge the private header into the driver

2010-11-23 Thread Guennadi Liakhovetski
drivers/mmc/host/tmio_mmc.h is only used by drivers/mmc/host/tmio_mmc.c, this needlessly complicates source-code handling. Signed-off-by: Guennadi Liakhovetski --- drivers/mmc/host/tmio_mmc.c | 215 - drivers/mmc/host/tmio_mmc.h | 226 ---