commit | 4f8b5c70967de5fd27f2092f1f8da47f4705bb67 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 30 15:38:10 2006 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Dec 04 22:43:13 2006 +0000 |
tree | f58d1127895111c6b5b723a3fde03a77e153eaff | |
parent | 05e4396651ca1cac51d8da9ff4992741c9dc1e39 [diff] |
[MIPS] Fix atomic.h build errors. For the definition of atomic64_t atomic.h was relying on <asm/types.h> having been included previously. Before changeset d89d8e0637a5e4e0a12e90c4bc934d0d4c335239 this was happening as a side effect of including <linux/spinlock.h>. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>