summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ieee802154/at86rf230.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c
index 59209f35ec6b..8fee326a6b96 100644
--- a/drivers/net/ieee802154/at86rf230.c
+++ b/drivers/net/ieee802154/at86rf230.c
@@ -450,7 +450,7 @@ at86rf230_async_error_recover(void *context)
450 ieee802154_wake_queue(lp->hw); 450 ieee802154_wake_queue(lp->hw);
451} 451}
452 452
453static void 453static inline void
454at86rf230_async_error(struct at86rf230_local *lp, 454at86rf230_async_error(struct at86rf230_local *lp,
455 struct at86rf230_state_change *ctx, int rc) 455 struct at86rf230_state_change *ctx, int rc)
456{ 456{