Skip to content
Commit b67ff8ce authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: ignore a few files in headers_check



The new check for asm/types.h and linux/types.h had
a few false positives.

o We cannot let linux/types.h include linux/types.h
o The int-ll64.h and int-ll64.h define the types
  and are included by linux/types.h

Handle this by hardcoding the filenames in the headers_check script.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 483b4121
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment