mtd: nand: use NAND_HAS_CACHEPROG
[cascardo/linux.git] / include / linux / mtd / nand.h
index ec0a748..07d7a3d 100644 (file)
@@ -167,7 +167,7 @@ typedef enum {
 #define NAND_SUBPAGE_READ      0x00001000
 
 /* Options valid for Samsung large page devices */
-#define NAND_SAMSUNG_LP_OPTIONS (NAND_CACHEPRG)
+#define NAND_SAMSUNG_LP_OPTIONS NAND_CACHEPRG
 
 /* Macros to identify the above */
 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))