Re: [PATCH v5 3/4] clocksource/drivers/timer-mediatek: Convert timer-mediatek to a loadable module

From: Frank Li

Date: Fri Mar 06 2026 - 11:58:50 EST


From: Frank Li (AI-BOT) <frank.li@xxxxxxx>

> +#include <linux/module.h>
> +#include <linux/of_device.h>
> +#include <linux/platform_device.h>

AI: Include headers should be sorted alphabetically. "of_device.h" should come
before "platform_device.h".

Frank