Commit 2a91a6d1 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

staging: dt3155v4l: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ffba1bc9
...@@ -718,7 +718,7 @@ static const struct v4l2_ioctl_ops dt3155_ioctl_ops = { ...@@ -718,7 +718,7 @@ static const struct v4l2_ioctl_ops dt3155_ioctl_ops = {
*/ */
}; };
static int __devinit static int
dt3155_init_board(struct pci_dev *pdev) dt3155_init_board(struct pci_dev *pdev)
{ {
struct dt3155_priv *pd = pci_get_drvdata(pdev); struct dt3155_priv *pd = pci_get_drvdata(pdev);
...@@ -836,7 +836,7 @@ struct dma_coherent_mem { ...@@ -836,7 +836,7 @@ struct dma_coherent_mem {
unsigned long *bitmap; unsigned long *bitmap;
}; };
static int __devinit static int
dt3155_alloc_coherent(struct device *dev, size_t size, int flags) dt3155_alloc_coherent(struct device *dev, size_t size, int flags)
{ {
struct dma_coherent_mem *mem; struct dma_coherent_mem *mem;
...@@ -891,7 +891,7 @@ dt3155_free_coherent(struct device *dev) ...@@ -891,7 +891,7 @@ dt3155_free_coherent(struct device *dev)
kfree(mem); kfree(mem);
} }
static int __devinit static int
dt3155_probe(struct pci_dev *pdev, const struct pci_device_id *id) dt3155_probe(struct pci_dev *pdev, const struct pci_device_id *id)
{ {
int err; int err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment