diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-06-21 15:26:50 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-12 11:50:56 +0200 |
commit | be56ab1b8f73a3f7f3c0315aaaa3126967e7c0e5 (patch) | |
tree | e81e5469a2e77fcb1547667c578afc30c9a05b2c /net/dns.h | |
parent | c8a8937b92f467aca377953db35ef7a454f4f1d8 (diff) |
misc: stm32_fuse: Fix warnings when compiling with W=1
This patch solves the following warnings:
warning: no previous prototype for 'fuse_read' [-Wmissing-prototypes]
int fuse_read(u32 bank, u32 word, u32 *val)
^~~~~~~~~
CC cmd/sf.o
warning: no previous prototype for 'fuse_prog' [-Wmissing-prototypes]
int fuse_prog(u32 bank, u32 word, u32 val)
^~~~~~~~~
warning: no previous prototype for 'fuse_sense' [-Wmissing-prototypes]
int fuse_sense(u32 bank, u32 word, u32 *val)
^~~~~~~~~~
warning: no previous prototype for 'fuse_override' [-Wmissing-prototypes]
int fuse_override(u32 bank, u32 word, u32 val)
^~~~~~~~~~~~~
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'net/dns.h')
0 files changed, 0 insertions, 0 deletions