Skip to content

Commit 4f308e3

Browse files
jaswinderrajputgregungerer
authored andcommitted
headers_check fix: m68k, swab.h
fix the following 'make headers_check' warnings: usr/include/asm-m68k/swab.h:4: include of <linux/types.h> is preferred over <asm/types.h> usr/include/asm-m68k/swab.h:10: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
1 parent 308e610 commit 4f308e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/m68k/include/asm/swab.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _M68K_SWAB_H
22
#define _M68K_SWAB_H
33

4-
#include <asm/types.h>
4+
#include <linux/types.h>
55
#include <linux/compiler.h>
66

77
#define __SWAB_64_THRU_32__

0 commit comments

Comments
 (0)