Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338146
b: refs/heads/master
c: 4ce7986
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 603b65a commit d9bfbec
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: 6dd1119528d68e6f3a04874792048fc7be7611d7
refs/heads/master: 4ce7986ddb6c515edeb41eebef9bd08f90772d67
4 changes: 2 additions & 2 deletions trunk/drivers/staging/media/dt3155v4l/dt3155v4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ dt3155_alloc_coherent(struct device *dev, size_t size, int flags)
return 0;
}

static void __devexit
static void
dt3155_free_coherent(struct device *dev)
{
struct dma_coherent_mem *mem = dev->dma_mem;
Expand Down Expand Up @@ -956,7 +956,7 @@ dt3155_probe(struct pci_dev *pdev, const struct pci_device_id *id)
return err;
}

static void __devexit
static void
dt3155_remove(struct pci_dev *pdev)
{
struct dt3155_priv *pd = pci_get_drvdata(pdev);
Expand Down

0 comments on commit d9bfbec

Please sign in to comment.