fixdep: remove leftover handling of IS_BUILTIN/IS_MODULE
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Thu, 20 May 2021 10:32:17 +0000 (12:32 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jul 2021 20:57:35 +0000 (16:57 -0400)
commit33b9027c4e98c9b74ee47e0f48f65b72912243dd
tree8524ed2353056a80ed1179f0b27d6b9e5902e85f
parent331f0800f1a3ddf6b365c65a37d0bfc5114b0c02
fixdep: remove leftover handling of IS_BUILTIN/IS_MODULE

I removed CONFIG_IS_BUILTIN and CONFIG_IS_MODULE in commit
7d78a4547d ("linux/kconfig.h: remove unused helper macros"), but
fixdep.c still looks for those. It's harmless, but also pointless and
possibly confusing to a future reader.

Fixes: 7d78a4547d ("linux/kconfig.h: remove unused helper macros")
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
scripts/basic/fixdep.c