diff options
author | pengfuyuan <[email protected]> | 2024-06-06 20:08:42 +0800 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2024-06-14 08:57:28 +0200 |
commit | 41f590e31c6c8b8a0a490b7c1ad2e57c20ec3d9b (patch) | |
tree | e259a0d93b287042ec68fa8323a479826ec800c2 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | c38896ca6318c2df20bbe6c8e3f633e071fda910 (diff) |
arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilations
Since the debugfs functions have no-op stubs for CONFIG_DEBUG_FS=n,
the compiler will optimize the rest away since they are no longer referenced.
The benefit of removing the conditional compilation is that the build
is actually tested for both CONFIG_DEBUG_FS configuration values.
Assuming most developers have it enabled, CONFIG_DEBUG_FS=n is not tested
much and may fail the build due to the conditional compilation.
Reported-by: k2ci <[email protected]>
Signed-off-by: pengfuyuan <[email protected]>
Acked-by: Liviu Dudau <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Liviu Dudau <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions