commit | 863f81037e4a44a827fde289dbe7994e4e321b1c | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jan 24 13:45:56 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 18:43:29 2020 -0500 |
tree | 6676361e616d246a52bb77123dde4151a35d46a4 | |
parent | 12bc6310d85e398e706ba2dd766646055a096024 [diff] |
mtd: add prototypes for weak function This patch adds a prototype for the weak function board_mtdparts_default(). It solves one warning when compiling with W=1 on stm32mp1 board: board/st/stm32mp1/stm32mp1.c: warning: no previous prototype for 'board_mtdparts_default' [-Wmissing-prototypes] void board_mtdparts_default(const char **mtdids, const char **mtdparts) ^~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>