power: rename the include file phy-rockchip-usb2.h
Change-Id: I3725130115907555aad9ad4e669601b5059c8066 Signed-off-by: Jianing Ren <jianing.ren@rock-chips.com>
This commit is contained in:
parent
6037440f12
commit
8662398268
|
|
@ -9,7 +9,7 @@
|
|||
#include <dm/device.h>
|
||||
#include <power/fuel_gauge.h>
|
||||
#include <power/pmic.h>
|
||||
#include <linux/usb/phy-rockchip-inno-usb2.h>
|
||||
#include <linux/usb/phy-rockchip-usb2.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <errno.h>
|
||||
#include <fdtdec.h>
|
||||
#include <i2c.h>
|
||||
#include <linux/usb/phy-rockchip-inno-usb2.h>
|
||||
#include <linux/usb/phy-rockchip-usb2.h>
|
||||
#include <malloc.h>
|
||||
#include <power/battery.h>
|
||||
#include <power/fuel_gauge.h>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#include <power/charge_animation.h>
|
||||
#include <power/fuel_gauge.h>
|
||||
#include <power/rk8xx_pmic.h>
|
||||
#include <linux/usb/phy-rockchip-inno-usb2.h>
|
||||
#include <linux/usb/phy-rockchip-usb2.h>
|
||||
#include "fg_regs.h"
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
#include <power/charge_animation.h>
|
||||
#include <power/fuel_gauge.h>
|
||||
#include <power/rk8xx_pmic.h>
|
||||
#include <linux/usb/phy-rockchip-inno-usb2.h>
|
||||
#include <linux/usb/phy-rockchip-usb2.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include <power/charge_animation.h>
|
||||
#include <power/fuel_gauge.h>
|
||||
#include <power/rk8xx_pmic.h>
|
||||
#include <linux/usb/phy-rockchip-inno-usb2.h>
|
||||
#include <linux/usb/phy-rockchip-usb2.h>
|
||||
#include "fg_regs.h"
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
|
|
|||
Loading…
Reference in New Issue