Re: [PATCH] mod_devicetable.h: Split into per subsystem headers
From: Greg Kroah-Hartman
Date: Tue Jun 23 2026 - 01:25:40 EST
On Mon, Jun 22, 2026 at 02:49:01PM -0700, Linus Torvalds wrote:
> 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?
None from me, I always wondered why we cramed these all into the same
file, I guess it just grew over time.
thanks,
greg k-h