diff options
author | Hans de Goede <hdegoede@redhat.com> | 2013-01-25 03:00:46 +0400 |
---|---|---|
committer | Alejandro Mery <amery@geeks.cl> | 2013-01-28 16:49:43 +0400 |
commit | b38d613b40a87a8238e97f1bd58de87d9d781c18 (patch) | |
tree | 96637dbf92948ceefb1c8309aae0746f073bd105 | |
parent | 938edc8ddccfee26c179ffddf1e40e0353d7f4f9 (diff) | |
download | linux-sunxi-sunxi-v3.0.57-r2.tar.xz |
sunxi-disp: Fix compiling for sun5isunxi-v3.0.57-r2
It looks like the 3.4 branch has been broken for compiling for sun5i
for a while, this fixes it.
Signed-off-by : Hans de Goede <hdegoede@redhat.com>
-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) |