From: Hans de Goede Date: Sun, 13 Apr 2014 12:09:15 +0000 (+0200) Subject: reset: Add of_reset_control_get to reset.h X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~46^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ec0a8c6eea4f22d5468f01c065caca4dd1ecca;p=pandora-kernel.git reset: Add of_reset_control_get to reset.h of_reset_control_get is not declared static in drivers/reset/core.c, which is correct as we want to use it elsewhere too. But it does not have a protype declared anywhere under include/linux. Add a prototype / stub for it to linux/reset.h to fix this. Reviewed-by: Josh Triplett Signed-off-by: Hans de Goede Signed-off-by: Philipp Zabel --- Reading git-diff-tree failed