summaryrefslogtreecommitdiffstats
path: root/support/kconfig/expr.h
diff options
context:
space:
mode:
authorPeter Korsgaard2012-01-13 12:48:28 +0100
committerPeter Korsgaard2012-01-15 20:48:04 +0100
commit21f540be4e247b4468d0e8adbf9e3a7575f8a085 (patch)
tree8c572a31fbc5cbeecb015a3b15ce00debf03a074 /support/kconfig/expr.h
parentFix typo buiding -> building (diff)
downloadbuildroot-21f540be4e247b4468d0e8adbf9e3a7575f8a085.tar.gz
buildroot-21f540be4e247b4468d0e8adbf9e3a7575f8a085.tar.xz
buildroot-21f540be4e247b4468d0e8adbf9e3a7575f8a085.zip
kconfig: sync with linux-3.0
And drop unused make-write-deps patch. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'support/kconfig/expr.h')
-rw-r--r--support/kconfig/expr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/support/kconfig/expr.h b/support/kconfig/expr.h
index 3d238db49..16bfae2d3 100644
--- a/support/kconfig/expr.h
+++ b/support/kconfig/expr.h
@@ -20,12 +20,8 @@ struct file {
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;