diff options
Diffstat (limited to 'include/power/pca9450.h')
-rw-r--r-- | include/power/pca9450.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/power/pca9450.h b/include/power/pca9450.h index 5d4f58ca44e..5a9a697d626 100644 --- a/include/power/pca9450.h +++ b/include/power/pca9450.h @@ -54,7 +54,6 @@ enum { PCA9450_REG_NUM, }; -int power_pca9450a_init(unsigned char bus); -int power_pca9450b_init(unsigned char bus); +int power_pca9450_init(unsigned char bus); #endif |