From 1859f321cb330864e0a408475d3a91a12b3bef96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 24 Nov 2009 22:07:01 +0100 Subject: [PATCH] --- yaml --- r: 177915 b: refs/heads/master c: 59d4a91416957c12ccc4185d90a62eb1b44b2fc8 h: refs/heads/master i: 177913: 3f5a42865e54b8f518f28d559e44f8855c7773f0 177911: f169bf9e0b2bd24619e35320010b2ae8b1cefef5 v: v3 --- [refs] | 2 +- trunk/arch/mips/basler/excite/excite_iodev.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ed7829d83684..f0bc296484b2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c0b4abdd529d8256acc4cf0094db385877f34ae6 +refs/heads/master: 59d4a91416957c12ccc4185d90a62eb1b44b2fc8 diff --git a/trunk/arch/mips/basler/excite/excite_iodev.c b/trunk/arch/mips/basler/excite/excite_iodev.c index 938b1d0b7652..733b2420418a 100644 --- a/trunk/arch/mips/basler/excite/excite_iodev.c +++ b/trunk/arch/mips/basler/excite/excite_iodev.c @@ -34,7 +34,7 @@ static const struct resource *iodev_get_resource(struct platform_device *, const char *, unsigned int); static int __init iodev_probe(struct platform_device *); -static int __exit iodev_remove(struct platform_device *); +static int __devexit iodev_remove(struct platform_device *); static int iodev_open(struct inode *, struct file *); static int iodev_release(struct inode *, struct file *); 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) -static int __exit iodev_remove(struct platform_device *dev) +static int __devexit iodev_remove(struct platform_device *dev) { return misc_deregister(&miscdev); }