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:
parent
d0e17309d7
commit
9d87c6c8fb
@ -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)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user