From: Ohad Ben-Cohen Date: Mon, 5 Sep 2011 13:42:36 +0000 (+0300) Subject: hwspinlock/core: simplify 'owner' handling X-Git-Tag: v3.2-rc1~74^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e467b6421435f467e274d4f25d62900e1e0e4286;p=pandora-kernel.git hwspinlock/core: simplify 'owner' handling 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 --- Reading git-diff-tree failed