reset: Add of_reset_control_get to reset.h
authorHans de Goede <hdegoede@redhat.com>
Sun, 13 Apr 2014 12:09:15 +0000 (14:09 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 14 Apr 2014 14:47:28 +0000 (16:47 +0200)
commite3ec0a8c6eea4f22d5468f01c065caca4dd1ecca
tree4fc23cab64d86bbb6b3506d85bff9206670ea77a
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5
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 <josh@joshtriplett.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
include/linux/reset.h