Re: [PATCH 07/15] interconnect: qcom: Add Kuno interconnect provider driver
Hardeep Sharma <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.linux.ports.arm.msm,gmane.linux.kernel,gmane.linux.power-management.general,gmane.linux.kernel.clk,gmane.linux.kernel.gpio |
|---|---|
| Message-ID | <[email protected]> |
On 8/10/2026 3:07 PM, Uwe Kleine-König wrote: > Hello, > > On Sun, Aug 09, 2026 at 12:57:06PM +0530, Hardeep Sharma wrote: >> +#include <linux/device.h> >> +#include <linux/interconnect.h> >> +#include <linux/interconnect-provider.h> >> +#include <linux/mod_devicetable.h> >> +#include <linux/module.h> >> +#include <linux/platform_device.h> > Please rely on <linux/platform_device.h> to provide a definition for > struct device_id and drop <linux/mod_devicetable.h>. The latter will go > away soon. > > Best regards > Uwe Thanks for review. Done in v2 : https://lore.kernel.org/all/20260814-kuno-soc-support-v2-0-3079794f0f73-5oFBVzJwu8Ry9aJCnZT0Uw@public.gmane.org/ Best Wishes Hardeep Sharma