On 07-01-21, 17:40, Thomas Bogendoerfer wrote:
On Wed, Jan 06, 2021 at 11:10:38AM -0800, Joe Perches wrote:
quoted
On Tue, 2021-01-05 at 15:02 +0100, Thomas Bogendoerfer wrote:
quoted
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
[]
quoted
diff --git a/drivers/dma/txx9dmac.h b/drivers/dma/txx9dmac.h
[]
quoted
* DMA channel.
*/
-#ifdef CONFIG_MACH_TX49XX
-static inline bool txx9_dma_have_SMPCHN(void)
-{
- return true;
-}
#define TXX9_DMA_USE_SIMPLE_CHAIN
#else
static inline bool txx9_dma_have_SMPCHN(void)
This doesn't look like it compiles as there's now an #else
without an #if
you are right, no idea what I had in mind while doing that.
Vinod,
as this patch series found a still active user of the platform,
could you drop the patch from your tree, or do you want a revert
from me ?
Dropped now
--
~Vinod