diff options
Diffstat (limited to 'net/core/flow.c')
| -rw-r--r-- | net/core/flow.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/flow.c b/net/core/flow.c index 990703b8863b..bf32c33cad3b 100644 --- a/net/core/flow.c +++ b/net/core/flow.c @@ -22,7 +22,7 @@  #include <linux/cpumask.h>  #include <linux/mutex.h>  #include <net/flow.h> -#include <asm/atomic.h> +#include <linux/atomic.h>  #include <linux/security.h>  struct flow_cache_entry {  |