Commit 344cd850 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Kalle Valo
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 424aecaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;
	u64 ms;
	struct timespec ts, *old;
	struct timespec ts, *old;