Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memory: omap-gpmc: Get the header of the enum
Commit 21abf10 ("gpio: Pass a flag to gpiochip_request_own_desc()") started to pass an enum gpiod_flags but this file is not including the header file that defines that enum and the compiler spits: drivers/memory/omap-gpmc.c: In function 'gpmc_probe_generic_child': drivers/memory/omap-gpmc.c:2174:9: error: type of formal parameter 4 is incomplete 0); ^ Cc: Ladislav Michl <[email protected]> Cc: Janusz Krzysztofik <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Fixes: 21abf10 ("gpio: Pass a flag to gpiochip_request_own_desc()") Acked-by: Tony Lindgren <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
- Loading branch information