]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f20594c1cf27521e7b6b462bc630b5a3ca6e99a
tree4fc23cab64d86bbb6b3506d85bff9206670ea77a
parent03a169e57a9a3fd69c1713c317a06f163ad63b5c
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