diff options
-rw-r--r-- | drivers/video/sunxi/disp/OSAL_Pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sunxi/disp/OSAL_Pin.c b/drivers/video/sunxi/disp/OSAL_Pin.c index df76f5812793..d4c0fca27172 100644 --- a/drivers/video/sunxi/disp/OSAL_Pin.c +++ b/drivers/video/sunxi/disp/OSAL_Pin.c @@ -21,7 +21,7 @@ #include "OSAL_Pin.h" #ifdef CONFIG_ARCH_SUN5I -#include "../../../../power/axp_power/axp-gpio.h" +#include "../../../power/axp_power/axp-gpio.h" #endif __hdle OSAL_GPIO_Request(user_gpio_set_t *gpio_list, __u32 group_count_max) |