]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: test: remove useless proc info
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 31 May 2018 21:09:55 +0000 (23:09 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 31 May 2018 21:13:25 +0000 (23:13 +0200)
commit9394270ef9ce455b84f896a0060423019834a0e3
tree5113af8b07269dfdd58a1df114115b44d76ff1c6
parentc36b52ed18c2b3d84b26cf8bedca0f6649aeb2b8
rtc: test: remove useless proc info

The rtc proc callback is useless for two reasosn:
 - the test RTC is often not the first RTC so it will never be used
 - all the info is available in the name file of the RTC sys folder

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-test.c