[PATCH v7 11/12] hwmon: Add PECI dimmtemp driver
Rob Herring
robh+dt at kernel.org
Tue Jul 31 08:06:14 AEST 2018
On Mon, Jul 23, 2018 at 3:49 PM Jae Hyun Yoo
<jae.hyun.yoo at linux.intel.com> wrote:
>
> This commit adds PECI dimmtemp hwmon driver.
>
> +#if IS_ENABLED(CONFIG_OF)
> +static const struct of_device_id peci_dimmtemp_of_table[] = {
> + { .compatible = "intel,peci-dimmtemp" },
> + { }
> +};
> +MODULE_DEVICE_TABLE(of, peci_dimmtemp_of_table);
> +#endif
This should be removed. Same for cpu temp driver I'm guessing.
Rob
More information about the Linux-aspeed
mailing list