diff options
Diffstat (limited to 'drivers/mtd/nand/au1550nd.c')
-rw-r--r-- | drivers/mtd/nand/au1550nd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/au1550nd.c b/drivers/mtd/nand/au1550nd.c index 50cbfd4826fb..87d34351a86d 100644 --- a/drivers/mtd/nand/au1550nd.c +++ b/drivers/mtd/nand/au1550nd.c | |||
@@ -345,6 +345,7 @@ int __init au1xxx_nand_init(void) | |||
345 | 345 | ||
346 | /* Link the private data with the MTD structure */ | 346 | /* Link the private data with the MTD structure */ |
347 | au1550_mtd->priv = this; | 347 | au1550_mtd->priv = this; |
348 | au1550_mtd->owner = THIS_MODULE; | ||
348 | 349 | ||
349 | /* disable interrupts */ | 350 | /* disable interrupts */ |
350 | au_writel(au_readl(MEM_STNDCTL) & ~(1 << 8), MEM_STNDCTL); | 351 | au_writel(au_readl(MEM_STNDCTL) & ~(1 << 8), MEM_STNDCTL); |