diff options
Diffstat (limited to 'include/linux/mtd/nand.h')
| -rw-r--r-- | include/linux/mtd/nand.h | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 2984f5f28..f9b7d36a7 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -236,11 +236,12 @@ struct nand_chip;   *                      used instead of the per chip wait queue when a hw controller is available   */  struct nand_hw_control { +/* XXX U-BOOT XXX */  #if 0 -    spinlock_t	 lock; -    wait_queue_head_t wq; +	spinlock_t	 lock; +	wait_queue_head_t wq;  #endif -    struct nand_chip *active; +	struct nand_chip *active;  };  /** |