diff options
| author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-09 20:22:04 +0000 | 
|---|---|---|
| committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-09 20:22:04 +0000 | 
| commit | 8d5203ca62539c6ab36a5bc2402c2de1de460e30 (patch) | |
| tree | dd0c5815cea7134904855bef8d81a9b31e45c06b /scripts/kconfig/expr.h | |
| parent | 8fd2685911cb6c140e6d0588ac04990ce65d4537 (diff) | |
| parent | 63abf3edaf42d0b9f278df90fe41c7ed4796b6b1 (diff) | |
| download | olio-linux-3.10-8d5203ca62539c6ab36a5bc2402c2de1de460e30.tar.xz olio-linux-3.10-8d5203ca62539c6ab36a5bc2402c2de1de460e30.zip  | |
Merge branch 'drm-intel-fixes' into drm-intel-next
Diffstat (limited to 'scripts/kconfig/expr.h')
| -rw-r--r-- | scripts/kconfig/expr.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 184eb6a0b50..e57826ced38 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h @@ -164,6 +164,7 @@ struct menu {  	struct menu *list;  	struct symbol *sym;  	struct property *prompt; +	struct expr *visibility;  	struct expr *dep;  	unsigned int flags;  	char *help;  |