aboutsummaryrefslogtreecommitdiff
path: root/include/linux/reset/socfpga.h
AgeCommit message (Collapse)AuthorFilesLines
2019-01-28reset: socfpga: declare socfpga_reset_init in a header filePhilipp Zabel1-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]>