diff options
author | Jackie Liu <[email protected]> | 2022-03-30 20:09:21 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2022-03-30 20:26:26 +0200 |
commit | bf64f7fe151b9568443c9b0cf643b3542d36870c (patch) | |
tree | e67d12216639cf74aad080267af6b4973ee4fa0c /tools/testing/selftests/bpf/progs/test_prog_array_init.c | |
parent | 34123208bbcc8c884a0489f543a23fe9eebb5514 (diff) |
MIPS: rb532: move GPIOD definition into C-files
My kernel robot reports build error from drivers/iio/adc/da9150-gpadc.c,
drivers/iio/adc/da9150-gpadc.c:254:13: error: ‘DA9150_GPADC_CHAN_0x08’
undeclared here (not in a function); did you mean ‘DA9150_GPADC_CHAN_TBAT’?
254 | .channel = DA9150_GPADC_CHAN_##_id,
We define GPIOD in rb.h, in fact it should only be used in gpio.c, but
it affects the driver da9150-gpadc.c which goes against the original
intention of the design, just move it to its scope.
Fixes: 1b432840d0a4 ("MIPS: RB532: GPIO register offsets are relative to GPIOBASE")
Suggested-by: Jonathan Cameron <[email protected]>
Suggested-by: Andy Shevchenko <[email protected]>
Reported-by: k2ci <[email protected]>
Signed-off-by: Jackie Liu <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_prog_array_init.c')
0 files changed, 0 insertions, 0 deletions