mirror of
https://github.com/torvalds/linux.git
synced 2025-10-29 07:46:20 +02:00
On m68k, check_sizetypes in headers_check reports:
./usr/include/asm/bootinfo-amiga.h:17: found __[us]{8,16,32,64} type without #include <linux/types.h>
This header file does not use any of the Linux-specific integer types,
but merely refers to them from comments, so this is a false positive.
As of commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| headers_check.pl | ||
| Makefile | ||