ARM: davinci: avoid unused mityomapl138_pn_info variable
authorArnd Bergmann <arnd@arndb.de>
Mon, 1 Feb 2016 20:35:56 +0000 (21:35 +0100)
committerSekhar Nori <nsekhar@ti.com>
Wed, 17 Feb 2016 13:41:18 +0000 (19:11 +0530)
commita32b4fe90a35d7740986b708a5347e9bfb6751ba
treeb6b05105e2f2d87c0395f58890ed73732560372d
parent22c7b4a7c9c015f46bc43018514ec159b5954fa0
ARM: davinci: avoid unused mityomapl138_pn_info variable

The mityomapl138_pn_info structure belongs into the CPU_FREQ support
that is hidden behind an #ifdef, and causes a harmless warning when
that support is disabled:

mach-davinci/board-mityomapl138.c:59:28: error: 'mityomapl138_pn_info' defined but not used [-Werror=unused-variable]

This moves the variable definition where it belongs.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/board-mityomapl138.c
This page took 0.030965 seconds and 5 git commands to generate.