Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373216
b: refs/heads/master
c: 895ce2d
h: refs/heads/master
v: v3
  • Loading branch information
Alessandro Rubini authored and Samuel Ortiz committed Apr 8, 2013
1 parent 08d6fa6 commit b49dc89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 1383e00f79a7bd6333083a12b43481b6bf2bdcb4
refs/heads/master: 895ce2d891a094aeb7e9e3f3ec6a0e4c8bf038aa
11 changes: 0 additions & 11 deletions trunk/drivers/mfd/sta2x11-mfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,6 @@ static int sta2x11_mfd_add(struct pci_dev *pdev, gfp_t flags)
return 0;
}

static int mfd_remove(struct pci_dev *pdev)
{
struct sta2x11_mfd *mfd = sta2x11_mfd_find(pdev);

if (!mfd)
return -ENODEV;
list_del(&mfd->list);
kfree(mfd);
return 0;
}

/* This function is exported and is not expected to fail */
u32 __sta2x11_mfd_mask(struct pci_dev *pdev, u32 reg, u32 mask, u32 val,
enum sta2x11_mfd_plat_dev index)
Expand Down

0 comments on commit b49dc89

Please sign in to comment.