aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index d6c33ce6dfd..a195986eec6 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -77,7 +77,6 @@ struct symbol {
77 tristate visible; 77 tristate visible;
78 int flags; 78 int flags;
79 struct property *prop; 79 struct property *prop;
80 struct expr *dep, *dep2;
81 struct expr_value rev_dep; 80 struct expr_value rev_dep;
82}; 81};
83 82