[PATCH v7 07/15] clk: ambarella: add CV75 RCT clock controller
Uwe Kleine-König
u.kleine-koenig at baylibre.com
Tue Sep 15 06:24:12 PDT 2026
On Tue, Sep 15, 2026 at 07:15:37PM +0800, Long Zhao wrote:
> +#include <linux/mod_devicetable.h>
Please don't include <linux/mod_devicetable.h>. That's a hog for
unneeded dependencies and I'm working on getting rid of it.
> [...]
> +#include <linux/platform_device.h>
You can rely on <linux/platform_device.h> to pull in the definition of
of_device_id. (If you want to go full iwyu, include
<linux/device-id/of.h> instead.)
Best regards
Uwe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20260915/947d68ee/attachment.sig>
More information about the linux-arm-kernel
mailing list