diff options
Diffstat (limited to 'drivers/mtd/nand/sharpsl.c')
-rw-r--r-- | drivers/mtd/nand/sharpsl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/sharpsl.c b/drivers/mtd/nand/sharpsl.c index e81059b58382..842c47a451a0 100644 --- a/drivers/mtd/nand/sharpsl.c +++ b/drivers/mtd/nand/sharpsl.c | |||
@@ -220,7 +220,6 @@ static int sharpsl_nand_remove(struct platform_device *pdev) | |||
220 | static struct platform_driver sharpsl_nand_driver = { | 220 | static struct platform_driver sharpsl_nand_driver = { |
221 | .driver = { | 221 | .driver = { |
222 | .name = "sharpsl-nand", | 222 | .name = "sharpsl-nand", |
223 | .owner = THIS_MODULE, | ||
224 | }, | 223 | }, |
225 | .probe = sharpsl_nand_probe, | 224 | .probe = sharpsl_nand_probe, |
226 | .remove = sharpsl_nand_remove, | 225 | .remove = sharpsl_nand_remove, |