Re: [GIT PULL] Driver core patches for 5.3-rc1

From: Linus Torvalds
Date: Fri Jul 12 2019 - 17:38:13 EST


On Fri, Jul 12, 2019 at 2:09 PM Nathan Chancellor
<natechancellor@xxxxxxxxx> wrote:
>
> Doesn't look like this made it into the merge, as I currently see that
> same error with arm64 allyesconfig.

Duh.

Because I had fixed up the actual definition of that function during
the merge, I thought I had handled it all correctly.

... and entirely missed that the patch was for the declaration in the
header file.

My bad. Will apply the fix properly.

Linus