Re: [GIT PULL] MMC fixes for v5.15-rc8

From: Linus Torvalds
Date: Fri Oct 29 2021 - 14:05:16 EST


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.

(And on the topic of hate - the merge messages are just auto-munged
from the commit line - please spend a _bit_ more time on it, ok? Or at
least make it closer to proper English - things like "Re-enable card
irqs after a reset in tmio driver" instead of "tmio: Re-enable card
irqs after a reset")

Linus