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:
parent
6dd1119528
commit
4ce7986ddb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user