diff options
Diffstat (limited to 'drivers/mtd/nand/ndfc.c')
-rw-r--r-- | drivers/mtd/nand/ndfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/ndfc.c b/drivers/mtd/nand/ndfc.c index 039c759cfbfc..fd7a8d5ba29a 100644 --- a/drivers/mtd/nand/ndfc.c +++ b/drivers/mtd/nand/ndfc.c | |||
@@ -56,7 +56,7 @@ static void ndfc_select_chip(struct mtd_info *mtd, int chip) | |||
56 | ccr |= NDFC_CCR_BS(chip + pchip->chip_offset); | 56 | ccr |= NDFC_CCR_BS(chip + pchip->chip_offset); |
57 | } else | 57 | } else |
58 | ccr |= NDFC_CCR_RESET_CE; | 58 | ccr |= NDFC_CCR_RESET_CE; |
59 | writel(ccr, ndfc->ndfcbase + NDFC_CCR); | 59 | __raw_writel(ccr, ndfc->ndfcbase + NDFC_CCR); |
60 | } | 60 | } |
61 | 61 | ||
62 | static void ndfc_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl) | 62 | static void ndfc_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl) |