diff options
Diffstat (limited to 'drivers/mtd/nand/sharpsl.c')
-rw-r--r-- | drivers/mtd/nand/sharpsl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/sharpsl.c b/drivers/mtd/nand/sharpsl.c index 25322a8d44d8..d375cb3e77d6 100644 --- a/drivers/mtd/nand/sharpsl.c +++ b/drivers/mtd/nand/sharpsl.c | |||
@@ -185,6 +185,7 @@ int __init sharpsl_nand_init(void) | |||
185 | 185 | ||
186 | /* Link the private data with the MTD structure */ | 186 | /* Link the private data with the MTD structure */ |
187 | sharpsl_mtd->priv = this; | 187 | sharpsl_mtd->priv = this; |
188 | sharpsl_mtd->owner = THIS_MODULE; | ||
188 | 189 | ||
189 | /* | 190 | /* |
190 | * PXA initialize | 191 | * PXA initialize |