ALSA: cs4236 - Merge snd-cs4236-lib module into snd-cs4236
[sfrench/cifs-2.6.git] / include / asm-m68k / atomic.h
index 4915294fea63a726cb901ec1799ed9e7bc4586f9..eb0ab9d4ee77e8f083a6861c7fdbfa1798f37f0b 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __ARCH_M68K_ATOMIC__
 #define __ARCH_M68K_ATOMIC__
 
-
+#include <linux/types.h>
 #include <asm/system.h>
 
 /*
@@ -13,7 +13,6 @@
  * We do not have SMP m68k systems, so we don't have to deal with that.
  */
 
-typedef struct { int counter; } atomic_t;
 #define ATOMIC_INIT(i) { (i) }
 
 #define atomic_read(v)         ((v)->counter)