Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338132
b: refs/heads/master
c: f21a824
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent b90abe3 commit 9d5910f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 37a6520057c98d725be716497ba93b7380c9934f
refs/heads/master: f21a8247641329c40ab17b2d70c492c060bb3573
4 changes: 2 additions & 2 deletions trunk/drivers/staging/vme/devices/vme_pio2_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static bool loopback;

static int pio2_match(struct vme_dev *);
static int pio2_probe(struct vme_dev *);
static int __devexit pio2_remove(struct vme_dev *);
static int pio2_remove(struct vme_dev *);

static int pio2_get_led(struct pio2_card *card)
{
Expand Down Expand Up @@ -455,7 +455,7 @@ static int pio2_probe(struct vme_dev *vdev)
return retval;
}

static int __devexit pio2_remove(struct vme_dev *vdev)
static int pio2_remove(struct vme_dev *vdev)
{
int vec;
int i;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/vme/devices/vme_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static long vme_user_unlocked_ioctl(struct file *, unsigned int, unsigned long);

static int vme_user_match(struct vme_dev *);
static int vme_user_probe(struct vme_dev *);
static int __devexit vme_user_remove(struct vme_dev *);
static int vme_user_remove(struct vme_dev *);

static const struct file_operations vme_user_fops = {
.open = vme_user_open,
Expand Down Expand Up @@ -846,7 +846,7 @@ static int vme_user_probe(struct vme_dev *vdev)
return err;
}

static int __devexit vme_user_remove(struct vme_dev *dev)
static int vme_user_remove(struct vme_dev *dev)
{
int i;

Expand Down

0 comments on commit 9d5910f

Please sign in to comment.