On 04/05/2016 at 11:50:02 +0200, Arnd Bergmann wrote : > The added support for SPI mode made it possible to configure the driver > when I2C is disabled, leaving an unused device table: > > drivers/rtc/rtc-rv3029c2.c:794:29: error: 'rv3029_id' defined but not used > [-Werror=unused-variable] > > This moves the table inside of the #ifdef section that has the > only user, to avoid the harmless warning. > > Signed-off-by: Arnd Bergmann <[email protected]> > Fixes: d08f50dd0afc ("rtc: rv3029: Add support of RV3049") > --- > drivers/rtc/rtc-rv3029c2.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > Applied, thanks.
-- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com

