Re: [PATCH v1 0/3] driver core: Split device.h even more

From: Greg Kroah-Hartman

Date: Mon Feb 23 2026 - 19:33:01 EST


On Mon, Feb 23, 2026 at 09:30:29PM +0100, Andy Shevchenko wrote:
> In many drivers the whole bunch of what device.h provides is not
> being used. Currently we already have device/devres.h which helps
> a lot, but splitting more, will do even better. Hence this mini-series.

What is "better"? Faster builds? Smaller builds? Something else? Why
do this? A big .h file might not be "nice", but it's usually faster
than having multiple .h files that are always included from that
original .h file

thanks,

greg k-h