]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/system.h
ARM: OMAP: Readd Amstrad Delta USB support
[linux-2.6-omap-h63xx.git] / include / asm-i386 / system.h
index 19cc79c9a35db68f4fbe1e673b61238a2613e78b..cab0180567f978164dd6bc3e7a566db1316273b6 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __ASM_SYSTEM_H
 #define __ASM_SYSTEM_H
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <asm/segment.h>
 #include <asm/cpufeature.h>
@@ -428,7 +427,7 @@ static inline unsigned long long __cmpxchg64(volatile void *ptr, unsigned long l
  * does not enforce ordering, since there is no data dependency between
  * the read of "a" and the read of "b".  Therefore, on some CPUs, such
  * as Alpha, "y" could be set to 3 and "x" to 0.  Use rmb()
- * in cases like thiswhere there are no data dependencies.
+ * in cases like this where there are no data dependencies.
  **/
 
 #define read_barrier_depends() do { } while(0)