10 Jul
2023
10 Jul
'23
7:21 p.m.
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...
+struct spi_device_id;
Why are we adding this given that there's also an inclusion of mod_devicetable that you didn't remove?