spi: fix pointer-integer size mismatch warning
[linux-2.6-microblaze.git] / arch / m68k / include / asm / barrier.h
1 #ifndef _M68K_BARRIER_H
2 #define _M68K_BARRIER_H
3
4 #define nop()           do { asm volatile ("nop"); barrier(); } while (0)
5
6 #include <asm-generic/barrier.h>
7
8 #endif /* _M68K_BARRIER_H */