Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-28 | reset: socfpga: declare socfpga_reset_init in a header file | Philipp Zabel | 1 | -0/+7 | |
Avoid declaring extern functions in c files. To make sure function definition and usage don't get out of sync, declare socfpga_reset_init in a common header. Suggested-by: Stephen Rothwell <[email protected]> Signed-off-by: Philipp Zabel <[email protected]> Acked-by: Dinh Nguyen <[email protected]> |