diff options
author | Anton Habegger | 2015-01-22 22:29:10 +0100 |
---|---|---|
committer | Heiko Schocher | 2015-01-28 07:42:35 +0100 |
commit | dc2884315d492b1eefd9d32443c1f0aa3c0a991e (patch) | |
tree | 91247ed75616bc3e530ab1866786e5a66b748dae /include/linux/compat.h | |
parent | 40da2a2a08f12015d06d78a334e4d977963fee34 (diff) |
ubifs: Import atomic_long operations from Linux
This commit is a preperation for a subsequent UBIFS commit
which needs atomic_long operations.
Therefor "include/asm-generic/atomic-long.h" is imported
from 1860e37 Linux 3.15
Signed-off-by: Anton Habegger <anton.habegger@gmail.com>
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index b40133cb3cd..6eac17f0b64 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -262,7 +262,6 @@ typedef struct { /* from include/linux/types.h */ -typedef int atomic_t; /** * struct callback_head - callback structure for use with RCU and task_work * @next: next update requests in a list |