]> git.baikalelectronics.ru Git - 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)
commit153f1aba6967156e4ed51431ca33c1bc0af3e044
tree6a8037656fa1f32ef27fc6cbd7d4888037182a8f
parent58929038e78565848419f8c3e9ee93a24c69f4c2
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