From 21f540be4e247b4468d0e8adbf9e3a7575f8a085 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 13 Jan 2012 12:48:28 +0100 Subject: kconfig: sync with linux-3.0 And drop unused make-write-deps patch. Signed-off-by: Peter Korsgaard --- support/kconfig/expr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'support/kconfig/expr.h') 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; -- cgit v1.2.3