include of <linux/types.h> is preferred over <asm/types.h>
Impact: fix 15 make headers_check warnings: include of <linux/types.h> is preferred over <asm/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
068b38c1fa
commit
00bfddaf7f
@ -10,7 +10,7 @@
|
||||
#ifndef __PHANTOM_H
|
||||
#define __PHANTOM_H
|
||||
|
||||
#include <asm/types.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
/* PHN_(G/S)ET_REG param */
|
||||
struct phm_reg {
|
||||
|
Reference in New Issue
Block a user