]> git.baikalelectronics.ru Git - kernel.git/commit
clk: at91: drop unused at91sam9g45_pcr_layout
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 16 Sep 2020 16:17:35 +0000 (18:17 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 22 Sep 2020 19:44:35 +0000 (12:44 -0700)
commit2dccdeb6609038cd56ad1539b654340b22ee9c32
treeecddaaeac6101835d47033a9ca153ddcaa397d0b
parentdd44bddf04c5fd83529b139fbfac0a5372c1a87d
clk: at91: drop unused at91sam9g45_pcr_layout

The at91sam9g45_pcr_layout is not used so drop it to fix build warning:

  drivers/clk/at91/at91sam9g45.c:49:36: warning:
    'at91sam9g45_pcr_layout' defined but not used [-Wunused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20200916161740.14173-1-krzk@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/at91/at91sam9g45.c