Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / ntfs / types.h
index 6e4a7e3..8c8053b 100644 (file)
@@ -62,11 +62,6 @@ typedef s64 USN;
 typedef sle64 leUSN;
 
 typedef enum {
-       FALSE = 0,
-       TRUE = 1
-} BOOL;
-
-typedef enum {
        CASE_SENSITIVE = 0,
        IGNORE_CASE = 1,
 } IGNORE_CASE_BOOL;