--- zzzz-none-000/linux-2.6.39.4/scripts/kconfig/expr.h 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/scripts/kconfig/expr.h 2021-11-10 13:38:18.000000000 +0000 @@ -20,12 +20,8 @@ struct file *parent; const char *name; int lineno; - int flags; }; -#define FILE_BUSY 0x0001 -#define FILE_SCANNED 0x0002 - typedef enum tristate { no, mod, yes } tristate;