Skip to content
Unverified Commit 41f590e3 authored by pengfuyuan's avatar pengfuyuan Committed by Maxime Ripard
Browse files

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: default avatark2ci <kernel-bot@kylinos.cn>
Signed-off-by: default avatarpengfuyuan <pengfuyuan@kylinos.cn>
Acked-by: default avatarLiviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240606120842.1377267-1-pengfuyuan@kylinos.cn
Signed-off-by: default avatarLiviu Dudau <liviu.dudau@arm.com>
Signed-off-by: default avatarMaxime Ripard <mripard@kernel.org>
parent c38896ca
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