diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/basler/excite/excite_iodev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/basler/excite/excite_iodev.c b/arch/mips/basler/excite/excite_iodev.c index 938b1d0b7652..733b2420418a 100644 --- a/arch/mips/basler/excite/excite_iodev.c +++ b/arch/mips/basler/excite/excite_iodev.c | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | static const struct resource *iodev_get_resource(struct platform_device *, const char *, unsigned int); | 35 | static const struct resource *iodev_get_resource(struct platform_device *, const char *, unsigned int); |
36 | static int __init iodev_probe(struct platform_device *); | 36 | static int __init iodev_probe(struct platform_device *); |
37 | static int __exit iodev_remove(struct platform_device *); | 37 | static int __devexit iodev_remove(struct platform_device *); |
38 | static int iodev_open(struct inode *, struct file *); | 38 | static int iodev_open(struct inode *, struct file *); |
39 | static int iodev_release(struct inode *, struct file *); | 39 | static int iodev_release(struct inode *, struct file *); |
40 | static ssize_t iodev_read(struct file *, char __user *, size_t s, loff_t *); | 40 | static ssize_t iodev_read(struct file *, char __user *, size_t s, loff_t *); |
@@ -103,7 +103,7 @@ static int __init iodev_probe(struct platform_device *dev) | |||
103 | 103 | ||
104 | 104 | ||
105 | 105 | ||
106 | static int __exit iodev_remove(struct platform_device *dev) | 106 | static int __devexit iodev_remove(struct platform_device *dev) |
107 | { | 107 | { |
108 | return misc_deregister(&miscdev); | 108 | return misc_deregister(&miscdev); |
109 | } | 109 | } |