From: Jingoo Han Date: Mon, 29 Apr 2013 23:18:33 +0000 (-0700) Subject: drivers/rtc/class.c: use struct device as the first argument for devm_rtc_device_regi... X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~123^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6636a9944b9d3b6c4a0a27d5be5abc49ceca3381;p=pandora-kernel.git drivers/rtc/class.c: use struct device as the first argument for devm_rtc_device_register() Other devm_* APIs use 'struct device *dev' as the first argument. Thus, in order to sync with other devm_* functions, struct device is used as the first argument for devm_rtc_device_register(). Signed-off-by: Jingoo Han Cc: Tejun Heo Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed