LinuxKPI: Include asm/atomic-long.h from atomic.h.

This patch is part of D19565

Reviewed by:	hps
Approved by:	imp (mentor), hps
MFC after:	1 week
This commit is contained in:
Johannes Lundberg 2019-05-15 17:44:25 +00:00
parent d109700cf0
commit 8264104401

View File

@ -31,5 +31,6 @@
#include <asm/atomic.h>
#include <asm/atomic64.h>
#include <asm/atomic-long.h>
#endif /* _LINUX_ATOMIC_H_ */