diff options
author | Madalin Bucur <madalin.bucur@oss.nxp.com> | 2020-04-29 08:33:33 +0300 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-06-03 12:14:27 +0530 |
commit | 9e998d5dc18ed75175cf72b5eeaaf432ae0da0a4 (patch) | |
tree | 8cda77873d64d17cc160f6188ae67882f65ce226 /tools | |
parent | 94472223c69f1d5dacff7ddeace67c05c62146e1 (diff) |
powerpc/mpc85xx: Fix compiling error with DM_GPIO
P4080DS compilation fails with DM_GPIO enabled:
drivers/gpio/gpio-uclass.c:355:5: error: redefinition of 'gpio_request'
int gpio_request(unsigned gpio, const char *label)
^~~~~~~~~~~~
In file included from ./arch/powerpc/include/asm/arch/gpio.h:17:0,
from ./arch/powerpc/include/asm/gpio.h:1,
from drivers/gpio/gpio-uclass.c:16:
./arch/powerpc/include/asm/mpc85xx_gpio.h:68:19: note: previous definition of 'gpio_request' was here
static inline int gpio_request(unsigned gpio, const char *label)
^~~~~~~~~~~~
Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions