From: Masahiro Yamada Date: Sat, 17 Apr 2021 14:50:36 +0000 (+0900) Subject: kconfig: remove unused PACKAGE definition X-Git-Tag: v5.13-rc1~92^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=989e5d4b576f010de4bacb9fdad0cb879c75e9d7;p=thirdparty%2Fkernel%2Flinux.git kconfig: remove unused PACKAGE definition Commit 3b9fa0931dd8 ("[PATCH] Kconfig i18n support") added this code, and then commit ("kconfig: drop localization support") removed the i18n support entirely. Remove the left-over. Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 45599c52478d0..fa8c010aa6834 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h @@ -20,10 +20,6 @@ extern "C" { #define SRCTREE "srctree" -#ifndef PACKAGE -#define PACKAGE "linux" -#endif - #ifndef CONFIG_ #define CONFIG_ "CONFIG_" #endif