diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:26:04 -0500 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-11-22 05:07:03 -0500 |
commit | 810b7e060c14110d8f580daaf77fab3a7d950483 (patch) | |
tree | 6658118508c317e46e10f98baadb8b7d7909b3b8 /drivers/mtd/maps/vmu-flash.c | |
parent | 5e75e86e6d1561d5ae8e38412f93609475f19ed1 (diff) |
mtd: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/maps/vmu-flash.c')
-rw-r--r-- | drivers/mtd/maps/vmu-flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/maps/vmu-flash.c b/drivers/mtd/maps/vmu-flash.c index 84c3f5a99e12..6b223cfe92b7 100644 --- a/drivers/mtd/maps/vmu-flash.c +++ b/drivers/mtd/maps/vmu-flash.c | |||
@@ -690,7 +690,7 @@ fail_nomem: | |||
690 | return error; | 690 | return error; |
691 | } | 691 | } |
692 | 692 | ||
693 | static void __devexit vmu_disconnect(struct maple_device *mdev) | 693 | static void vmu_disconnect(struct maple_device *mdev) |
694 | { | 694 | { |
695 | struct memcard *card; | 695 | struct memcard *card; |
696 | struct mdev_part *mpart; | 696 | struct mdev_part *mpart; |
@@ -789,7 +789,7 @@ static int probe_maple_vmu(struct device *dev) | |||
789 | return 0; | 789 | return 0; |
790 | } | 790 | } |
791 | 791 | ||
792 | static int __devexit remove_maple_vmu(struct device *dev) | 792 | static int remove_maple_vmu(struct device *dev) |
793 | { | 793 | { |
794 | struct maple_device *mdev = to_maple_dev(dev); | 794 | struct maple_device *mdev = to_maple_dev(dev); |
795 | 795 | ||