headers_check fix: powerpc, swab.h
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sat, 31 Jan 2009 06:24:05 +0000 (11:54 +0530)
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sun, 1 Feb 2009 05:31:29 +0000 (11:01 +0530)
fix the following 'make headers_check' warning:

  usr/include/asm-powerpc/swab.h:11: include of <linux/types.h> is preferred over <asm/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
arch/powerpc/include/asm/swab.h

index ef824ae..c581e3e 100644 (file)
@@ -8,7 +8,7 @@
  * 2 of the License, or (at your option) any later version.
  */
 
-#include <asm/types.h>
+#include <linux/types.h>
 #include <linux/compiler.h>
 
 #ifdef __GNUC__