commit | b99b94b52339dc186810e29f1f6472d86c42d2d9 | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <[email protected]> | Wed Jul 31 13:53:41 2013 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Jul 31 14:41:03 2013 -0700 |
tree | 93403762eae4dc098c81fa1ea35fbba692577988 | |
parent | 9d8c5b5284e4a0167c5f7b1193692492358b8700 [diff] |
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]>