]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - scripts/kconfig/expr.h
kconfig: change defconfig_list option to environment variable
[mirror_ubuntu-jammy-kernel.git] / scripts / kconfig / expr.h
index 5c3443692f34695896330894cb17f2a386cfcb18..dc17152b1f14a232e2a5d752a6e455f9fdda21a9 100644 (file)
@@ -281,15 +281,12 @@ struct jump_key {
        int index;
 };
 
-#define JUMP_NB                        9
-
 extern struct file *file_list;
 extern struct file *current_file;
 struct file *lookup_file(const char *name);
 
 extern struct symbol symbol_yes, symbol_no, symbol_mod;
 extern struct symbol *modules_sym;
-extern struct symbol *sym_defconfig_list;
 extern int cdebug;
 struct expr *expr_alloc_symbol(struct symbol *sym);
 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);