X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fgenksyms%2Fgenksyms.h;h=2668287aa49889804d0b7cda83ff900e61152e45;hb=f76e9154736e9ab47b64940d0062f19c80225b7f;hp=ab6f34f387356713f68b21d10efe21d115f0774f;hpb=7d14f145f839b5d0d221ea209b4998f93267e2ec;p=linux-2.6 diff --git a/scripts/genksyms/genksyms.h b/scripts/genksyms/genksyms.h index ab6f34f387..2668287aa4 100644 --- a/scripts/genksyms/genksyms.h +++ b/scripts/genksyms/genksyms.h @@ -41,6 +41,7 @@ struct symbol { enum symbol_type type; struct string_list *defn; struct symbol *expansion_trail; + struct symbol *visited; int is_extern; };