Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

headers_check fix: m32r, swab.h

fix the following 'make headers_check' warning:

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

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

+1 -1
+1 -1
include/asm-m32r/swab.h
··· 1 1 #ifndef _ASM_M32R_SWAB_H 2 2 #define _ASM_M32R_SWAB_H 3 3 4 - #include <asm/types.h> 4 + #include <linux/types.h> 5 5 6 6 #if !defined(__STRICT_ANSI__) || defined(__KERNEL__) 7 7 # define __SWAB_64_THRU_32__