[v2,03/14] thermal: mvebu: Move MODULE_DEVICE_TABLE upwards
Eduardo Valentin
eduardo.valentin at ti.com
Thu Apr 11 12:25:47 EDT 2013
Rui,
On 22-03-2013 18:25, Ezequiel Garcia wrote:
> This table will be needed by mvebu_thermal_probe() so we move
> it just below the declaration of the compatible device table.
>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
>
This patch looks fine to me.
Acked-by: Eduardo Valentin <eduardo.valentin at ti.com>
> ---
> drivers/thermal/mvebu_thermal.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/thermal/mvebu_thermal.c b/drivers/thermal/mvebu_thermal.c
> index 9ba9e4d..031f94d 100644
> --- a/drivers/thermal/mvebu_thermal.c
> +++ b/drivers/thermal/mvebu_thermal.c
> @@ -68,6 +68,7 @@ static const struct of_device_id mvebu_thermal_id_table[] = {
> { .compatible = "marvell,kirkwood-thermal" },
> {}
> };
> +MODULE_DEVICE_TABLE(of, mvebu_thermal_id_table);
>
> static int mvebu_thermal_probe(struct platform_device *pdev)
> {
> @@ -115,8 +116,6 @@ static int mvebu_thermal_exit(struct platform_device *pdev)
> return 0;
> }
>
> -MODULE_DEVICE_TABLE(of, mvebu_thermal_id_table);
> -
> static struct platform_driver mvebu_thermal_driver = {
> .probe = mvebu_thermal_probe,
> .remove = mvebu_thermal_exit,
>
More information about the linux-arm-kernel
mailing list