11 Jul
2023
11 Jul
'23
1:10 p.m.
On Mon, Jul 10, 2023 at 06:21:44PM +0100, Mark Brown wrote:
On Mon, Jul 10, 2023 at 06:49:25PM +0300, Andy Shevchenko wrote:
There is a few things done:
- include only the headers we are direct user of
- when pointer is in use, provide a forward declaration
- add missing headers
- group generic headers and subsystem headers
- sort each group alphabetically
The previous commit was supposed to be sorting things and AFAICT did so...
This is about forward declaration groups.
+struct spi_device_id;
Why are we adding this given that there's also an inclusion of mod_devicetable that you didn't remove?
Answered in the other email.
--
With Best Regards,
Andy Shevchenko