Skip to content

Commit

Permalink
staging: dt3155v4l: remove use of __devexit
Browse files Browse the repository at this point in the history
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: linux-media@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 6dd1119 commit 4ce7986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 4ce7986

Please sign in to comment.