Always include linux/kconfig.h which seems to match Linux behaviour
and avoid errors compiling code expected from that file but never
included.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential D46801
LinuxKPI: always include linux/kconfig.h bz on Sep 26 2024, 11:50 PM. Authored by Tags None Referenced Files
Details
Always include linux/kconfig.h which seems to match Linux behaviour Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions Yes it looks like Linux's Makefile forces -include of both compiler-version.h and kconfig.h. |