Re: [PATCH v3 3/4] clk: qcom: Add Audio Core clock controller support on Qualcomm Shikra SoC
From: Imran Shaik
Date: Fri Jul 24 2026 - 07:48:27 EST
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