ti: k3: drivers: ti_sci: Internalize raw get/set state functions
authorAndrew F. Davis <afd@ti.com>
Mon, 11 Feb 2019 18:55:25 +0000 (12:55 -0600)
committerAndrew F. Davis <afd@ti.com>
Mon, 11 Feb 2019 22:13:30 +0000 (16:13 -0600)
commit33baa1e33c9e31cce3965ca13289b282eb22178d
tree7656551907c15a08473a73d8f35bf0813e24589d
parent873e394b3bf93214a441f9f98237b58fbbea55aa
ti: k3: drivers: ti_sci: Internalize raw get/set state functions

The raw get and set state functions for both devices and clocks
are only meant for use internal to the TI-SCI driver, the same
functionality is available from the other API that call into
these. Remove them from the external interface and make them
static scope to the driver.

Signed-off-by: Andrew F. Davis <afd@ti.com>
plat/ti/k3/common/drivers/ti_sci/ti_sci.c
plat/ti/k3/common/drivers/ti_sci/ti_sci.h