Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177915
b: refs/heads/master
c: 59d4a91
h: refs/heads/master
i:
  177913: 3f5a428
  177911: f169bf9
v: v3
  • Loading branch information
Uwe Kleine-König authored and Ralf Baechle committed Dec 17, 2009
1 parent 46ef2f8 commit 1859f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0b4abdd529d8256acc4cf0094db385877f34ae6
refs/heads/master: 59d4a91416957c12ccc4185d90a62eb1b44b2fc8
4 changes: 2 additions & 2 deletions trunk/arch/mips/basler/excite/excite_iodev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit 1859f32

Please sign in to comment.