summaryrefslogtreecommitdiff
path: root/chip/g/rdd.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/rdd.h')
-rw-r--r--chip/g/rdd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chip/g/rdd.h b/chip/g/rdd.h
index 45dbb049de..1f19ee9b3e 100644
--- a/chip/g/rdd.h
+++ b/chip/g/rdd.h
@@ -18,10 +18,4 @@ void rdd_attached(void);
* cable is detached.
*/
int is_utmi_wakeup_allowed(void);
-
-/* Power up INAs and initialize I2C0 interface */
-void ina_connect(void);
-
-/* Disconnect I2C0 interface and powerdown INAs */
-void ina_disconnect(void);
#endif /* __CROS_RDD_H */