]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] Fix atomic.h build errors.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 30 Nov 2006 15:38:10 +0000 (15:38 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 4 Dec 2006 22:43:13 +0000 (22:43 +0000)
commitd5f993292ce650f39362ef06f4ac5558afe4f3e1
treef58d1127895111c6b5b723a3fde03a77e153eaff
parent5f49ce94f535b09fa178fccf2c0f5d197cb1615c
[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>
include/asm-mips/atomic.h