diff options
-rw-r--r-- | drivers/mtd/maps/bast-flash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/maps/bast-flash.c b/drivers/mtd/maps/bast-flash.c index bfe994e59265..5ec53c17e431 100644 --- a/drivers/mtd/maps/bast-flash.c +++ b/drivers/mtd/maps/bast-flash.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * 20-Sep-2004 BJD Initial version | 9 | * 20-Sep-2004 BJD Initial version |
10 | * 17-Jan-2005 BJD Add whole device if no partitions found | 10 | * 17-Jan-2005 BJD Add whole device if no partitions found |
11 | * | 11 | * |
12 | * $Id: bast-flash.c,v 1.2 2005/01/18 11:13:47 bjd Exp $ | 12 | * $Id: bast-flash.c,v 1.3 2005/10/10 00:13:38 bjd Exp $ |
13 | * | 13 | * |
14 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
15 | * it under the terms of the GNU General Public License as published by | 15 | * it under the terms of the GNU General Public License as published by |
@@ -206,6 +206,7 @@ static int bast_flash_probe(struct device *dev) | |||
206 | 206 | ||
207 | static struct device_driver bast_flash_driver = { | 207 | static struct device_driver bast_flash_driver = { |
208 | .name = "bast-nor", | 208 | .name = "bast-nor", |
209 | .owner = THIS_MODULE, | ||
209 | .bus = &platform_bus_type, | 210 | .bus = &platform_bus_type, |
210 | .probe = bast_flash_probe, | 211 | .probe = bast_flash_probe, |
211 | .remove = bast_flash_remove, | 212 | .remove = bast_flash_remove, |