Skip to content

Commit

Permalink
net: ag71xx: Add missing header
Browse files Browse the repository at this point in the history
ag71xx uses devm_ioremap_nocache. This fixes usage of an implicit function

Fixes: d51b6ce ("net: ethernet: add ag71xx driver")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rosen Penev authored and David S. Miller committed Jul 17, 2019
1 parent 3f05e68 commit a657422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/atheros/ag71xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <linux/regmap.h>
#include <linux/reset.h>
#include <linux/clk.h>
#include <linux/io.h>

/* For our NAPI weight bigger does *NOT* mean better - it means more
* D-cache misses and lots more wasted cycles than we'll ever
Expand Down

0 comments on commit a657422

Please sign in to comment.