mips: use asm-generic/atomic.h
[platform/kernel/u-boot.git] / arch / mips / include / asm / atomic.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016 Cadence Design Systems Inc.
4  */
5
6 #ifndef _MIPS_ATOMIC_H
7 #define _MIPS_ATOMIC_H
8
9 #include <asm/system.h>
10 #include <asm-generic/atomic.h>
11
12 #endif