diff options
Diffstat (limited to 'net/netlabel/netlabel_unlabeled.c')
| -rw-r--r-- | net/netlabel/netlabel_unlabeled.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_unlabeled.c b/net/netlabel/netlabel_unlabeled.c index 9a290ef5c17..f1ecf848e3a 100644 --- a/net/netlabel/netlabel_unlabeled.c +++ b/net/netlabel/netlabel_unlabeled.c @@ -52,7 +52,7 @@  #include <net/net_namespace.h>  #include <net/netlabel.h>  #include <asm/bug.h> -#include <asm/atomic.h> +#include <linux/atomic.h>  #include "netlabel_user.h"  #include "netlabel_addrlist.h"  |