staging: dt3155v4l: remove use of __devexit

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>
This commit is contained in:
Bill Pemberton 2012-11-19 13:27:11 -05:00 committed by Greg Kroah-Hartman
parent 6dd1119528
commit 4ce7986ddb

View file

@ -877,7 +877,7 @@ out:
return 0;
}
static void __devexit
static void
dt3155_free_coherent(struct device *dev)
{
struct dma_coherent_mem *mem = dev->dma_mem;
@ -956,7 +956,7 @@ err_video_device_alloc:
return err;
}
static void __devexit
static void
dt3155_remove(struct pci_dev *pdev)
{
struct dt3155_priv *pd = pci_get_drvdata(pdev);