mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 06:05:06 +00:00
ath9k: Drop useless const on chanctx_event_delta() return type
drivers/net/wireless/ath/ath9k/channel.c:230: warning: type qualifiers ignored on function return type Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
424aecaa79
commit
344cd850b5
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ static const char *chanctx_state_string(enum ath_chanctx_state state)
|
|||
}
|
||||
}
|
||||
|
||||
static const u32 chanctx_event_delta(struct ath_softc *sc)
|
||||
static u32 chanctx_event_delta(struct ath_softc *sc)
|
||||
{
|
||||
u64 ms;
|
||||
struct timespec ts, *old;
|
||||
|
|
Loading…
Add table
Reference in a new issue