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