Re: [PATCH] mod_devicetable.h: Split into per subsystem headers
From: Linus Torvalds
Date: Mon Jun 22 2026 - 17:49:30 EST
On Mon, 22 Jun 2026 at 14:07, Uwe Kleine-König (The Capable Hub)
<u.kleine-koenig@xxxxxxxxxxxx> wrote:
>
> If there is a general agreement that this patch implements a good idea,
Ack. This seems a good direction to me. Not only because of the whole
"don't recompile unnecessarily" build optimization (eventually - when
drivers start using the split-up headers), but simply as a "we
shouldn't have mixed up different and unrelated drivers in the same
header".
Any objections?
Linus