Re: [PATCH v2 2/6] drivers: drop export of driver headers

2024-12-16 Thread Andrew Rybchenko
On 12/13/24 14:03, Bruce Richardson wrote: On Fri, Dec 13, 2024 at 11:50:06AM +0100, David Marchand wrote: Many classes are exposing driver only headers as public headers. Move them to the driver_sdk_headers list. Signed-off-by: David Marchand --- LGTM. The names of most of the headers are p

Re: [PATCH v2 2/6] drivers: drop export of driver headers

2024-12-13 Thread Bruce Richardson
On Fri, Dec 13, 2024 at 11:50:06AM +0100, David Marchand wrote: > Many classes are exposing driver only headers as public headers. > Move them to the driver_sdk_headers list. > > Signed-off-by: David Marchand > --- LGTM. The names of most of the headers are pretty clear that they should be sdk-o