]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
gpio: tegra: Make of_device_id compatible data to constant
authorLaxman Dewangan <ldewangan@nvidia.com>
Mon, 25 Apr 2016 10:38:32 +0000 (16:08 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 29 Apr 2016 08:59:45 +0000 (10:59 +0200)
commit804f56804d480edc3463a91bbcb39e3b4abd2ac6
tree6a8037656fa1f32ef27fc6cbd7d4888037182a8f
parent171b92c830f48bd546e2d68d6f511b3d87e0544e
gpio: tegra: Make of_device_id compatible data to constant

The data member of the of_device_id is the constant type
and hence all static structure which is used for this
initialisation as static.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Suggested-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tegra.c