Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4aa57f0 authored by Michael Fiedler's avatar Michael Fiedler Committed by Greg Kroah-Hartman
Browse files

staging: rtl8712: Use linux/atomic.h instead of asm/atomic.h



Fixes warning from scripts/checkpatch.pl.

Signed-off-by: default avatarMichael Fiedler <michael.fiedler@informatik.stud.uni-erlangen.de>
Acked-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 40878364
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@
#include <linux/circ_buf.h>
#include <linux/circ_buf.h>
#include <linux/uaccess.h>
#include <linux/uaccess.h>
#include <asm/byteorder.h>
#include <asm/byteorder.h>
#include <asm/atomic.h>
#include <linux/atomic.h>
#include <linux/wireless.h>
#include <linux/wireless.h>
#include <linux/rtnetlink.h>
#include <linux/rtnetlink.h>
#include "ethernet.h"
#include "ethernet.h"