On Fri, Oct 29, 2021 at 5:07 AM Ulf Hansson <ulf.hansson@xxxxxxxxxx> wrote:
- winbond: Silences build errors on M68K
I think this one is wrong.
I think the problem is that m68k declares "claim_dma_lock()" in the
wrong header file. It's in <asm/floppy.h> instead of <asm/dma.h>
I'm somewhat surprised that this doesn't hit m68k in other places -
there are other drivers that use that same ISA DMA interface.
I've pulled this, but I hate how random that fix is.