Remove a volatile qualifier on return type that is ignored and results in

a -Wreturn-type warning when compiled with gcc.
This commit is contained in:
Ian Lepore 2014-12-21 21:11:54 +00:00
parent d0e17309d7
commit 9d87c6c8fb

View File

@ -95,7 +95,7 @@ static devclass_t ti_wdt_devclass;
DRIVER_MODULE(ti_wdt, simplebus, ti_wdt_driver, ti_wdt_devclass, 0, 0);
static volatile __inline uint32_t
static __inline uint32_t
ti_wdt_reg_read(struct ti_wdt_softc *sc, uint32_t reg)
{