Hi all, After merging the rtc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/rtc/rtc-aspeed.c: In function 'aspeed_rtc_read_time': drivers/rtc/rtc-aspeed.c:26:16: warning: unused variable 'flags' [-Wunused-variable] unsigned long flags; ^~~~~ drivers/rtc/rtc-aspeed.c: In function 'aspeed_rtc_set_time': drivers/rtc/rtc-aspeed.c:57:16: warning: unused variable 'flags' [-Wunused-variable] unsigned long flags; ^~~~~ Introduced by commit 7f4d485413fb ("rtc: Add ASPEED RTC driver") -- Cheers, Stephen Rothwell