commit | 2b4f07e99e97b3035ce354dd38010b92c34f6bb0 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Jun 24 11:38:03 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Jul 12 20:16:10 2018 +0200 |
tree | 6b1df52bbc8648ad026db8605fe619084d6836e8 | |
parent | 1a990fefb641398fb580a0ea0be99b0ff27cbb9b [diff] |
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>