drivers/rtc/rtc-pcf8563.c: set owner field in driver struct
authorNick Bowler <nbowler@elliptictech.com>
Mon, 30 Jul 2012 21:41:57 +0000 (14:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:19 +0000 (17:25 -0700)
commit0a25bf40d8ea9aeb8412666a7bc8ab95b4cddcb1
tree6ba221de466c2f4b8efb2f886ad1ddcc6d580459
parent007def046711479f3d19bec4016b65fd73deed6c
drivers/rtc/rtc-pcf8563.c: set owner field in driver struct

The owner member is supposed to be set to the module implementing the
device driver, i.e., THIS_MODULE.  This enables the appropriate module
link in sysfs.

Signed-off-by: Nick Bowler <nbowler@elliptictech.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-pcf8563.c