hwspinlock/core: simplify 'owner' handling
authorOhad Ben-Cohen <ohad@wizery.com>
Mon, 5 Sep 2011 13:42:36 +0000 (16:42 +0300)
committerOhad Ben-Cohen <ohad@wizery.com>
Wed, 21 Sep 2011 16:45:32 +0000 (19:45 +0300)
Use struct device_driver's owner member instead of asking drivers to
explicitly pass the owner again.

This simplifies drivers and also save some memory, since there's no
point now in maintaining a separate owner pointer per hwspinlock.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>

No differences found