w1: fix "no previous prototype for 'w1_found'" warning
The patch fixes the following compiler's warning:

drivers/w1/w1.c:459:6: warning: no previous prototype for ‘w1_found’ [-Wmissing-prototypes]
 void w1_found(struct w1_bus *bus, u64 rn)
      ^~~~~~~~

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 6c94c59 commit 14e53b18ac8c79311394f2f699e3565e35f7f13c
@Antony Pavlov Antony Pavlov authored on 9 Jan 2019
Sascha Hauer committed on 10 Jan 2019
Showing 1 changed file
View
drivers/w1/w1.c