rtc: test: make array pdev static
authorColin Ian King <colin.king@canonical.com>
Sun, 24 Jun 2018 10:38:03 +0000 (11:38 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 12 Jul 2018 18:16:10 +0000 (20:16 +0200)
commit2b4f07e99e97b3035ce354dd38010b92c34f6bb0
tree6b1df52bbc8648ad026db8605fe619084d6836e8
parent1a990fefb641398fb580a0ea0be99b0ff27cbb9b
rtc: test: make array pdev static

The array pdev is local to the source and does not need to be in
global scope, so make it static.

Cleans up sparse warning:
symbol 'pdev' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-test.c