Re: [GIT PULL] MIPS fixes for v6.8

From: Linus Torvalds
Date: Sun Jan 28 2024 - 13:46:48 EST


On Sun, 28 Jan 2024 at 05:28, Thomas Bogendoerfer
<tsbogend@xxxxxxxxxxxxxxxx> wrote:
>
> - fix missing prototypes issues

This pull request could definitely have mentioned this part of the commit:

"Also drop ip27-hubio.c as it's not used for a long time"

because I saw this in the diffstat:

> arch/mips/sgi-ip27/ip27-hubio.c | 185 -----------------------------

and had to go look at what was going on.

Linus