Re: [PATCH v3 3/4] clk: qcom: Add Audio Core clock controller support on Qualcomm Shikra SoC
Imran Shaik <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 24-07-2026 04:04 pm, Uwe Kleine-König wrote: > On Thu, Jul 23, 2026 at 09:15:52PM +0530, Imran Shaik wrote: >> +#include <linux/clk-provider.h> >> +#include <linux/mod_devicetable.h> >> +#include <linux/module.h> >> +#include <linux/platform_device.h> > > <linux/platform_device.h> already provides of_device_id and > <linux/mod_devicetable.h> is supposed to go away. So please drop the > include for the latter. > Sure, will drop <linux/mod_devicetable.h> in next series. Thanks, Imran