usb: bc: fix function name in hader file
authorlyz <lyz@rock-chips.com>
Wed, 24 Jun 2015 01:59:25 +0000 (09:59 +0800)
committerlyz <lyz@rock-chips.com>
Wed, 24 Jun 2015 01:59:25 +0000 (09:59 +0800)
include/linux/power/rk_usbbc.h

index e1d2b722181212cda9139b1ffa20e90f774d0b5b..c2113d50d0cb617dc395851e2cf0f63463930eb1 100644 (file)
@@ -21,8 +21,8 @@ enum bc_port_type{
  * 3 : CDP - pc with big currect charge
  ************************************/
 extern int dwc_otg_check_dpdm(bool wait);
-extern int rk_bc_detect_register_notifier(struct notifier_block *nb,
+extern int rk_bc_detect_notifier_register(struct notifier_block *nb,
                                          enum bc_port_type *type);
-extern int rk_bc_detect_unregister_notifier(struct notifier_block *nb);
+extern int rk_bc_detect_notifier_unregister(struct notifier_block *nb);
 
 #endif