]> Pileus Git - ~andy/linux/commit
mmc: omap: remove unnecessary #if 0's
authorLuciano Coelho <coelho@ti.com>
Thu, 13 Jun 2013 15:25:55 +0000 (18:25 +0300)
committerChris Ball <cjb@laptop.org>
Fri, 5 Jul 2013 16:46:29 +0000 (12:46 -0400)
commitd7a985e08fe84307430090b8604f5652080cc930
tree05237783e04aba221351f804534d136c9da09f65
parent599115686d8f62999a871f7d7ee87de3b939b258
mmc: omap: remove unnecessary #if 0's

In commit 3451c067 (mmc: omap: add DMA engine support), some #if 0's
were used to comment out parts of the code.  This has been in the code
for over a year and are not needed anymore (and the commented-out code
doesn't even compile).  Remove them.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/omap.c