sdio_uart: Use kfifo instead of the messy circ stuff
authorAlan Cox <alan@linux.intel.com>
Mon, 8 Feb 2010 10:08:39 +0000 (10:08 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:43:20 +0000 (14:43 -0800)
commit8b197a5ce7a7218bb9fc721647ba0d5734f27348
treef5648f421cf7a7959ed04c7f96360c786bbdcb87
parent6a2c7eabfd09ca7986bf96b8958a87ca041a19d8
sdio_uart: Use kfifo instead of the messy circ stuff

Revised patch to use the new kfifo API. This replaces the one that was dropped
from -next due to collisions with the kfifo API changes.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/mmc/card/sdio_uart.c