drivers/rtc/rtc-twl.c: fix: rtcX/wakealarm attribute isn't created
authorGrygorii Strashko <[email protected]>
Wed, 31 Jul 2013 20:53:41 +0000 (13:53 -0700)
committerLinus Torvalds <[email protected]>
Wed, 31 Jul 2013 21:41:03 +0000 (14:41 -0700)
commitb99b94b52339dc186810e29f1f6472d86c42d2d9
tree93403762eae4dc098c81fa1ea35fbba692577988
parent9d8c5b5284e4a0167c5f7b1193692492358b8700
drivers/rtc/rtc-twl.c: fix: rtcX/wakealarm attribute isn't created

The device_init_wakeup() should be called before rtc_device_register().
Otherwise, sysfs "sys/class/rtc/rtcX/wakealarm" attribute will not be seen
from User space.

Signed-off-by: Grygorii Strashko <[email protected]>
Cc: Kevin Hilman <[email protected]>
Cc: Tony Lindgren <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rtc/rtc-twl.c