projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffba1bc
)
staging: dt3155v4l: remove use of __devinit
author
Bill Pemberton
<
[email protected]
>
Mon, 19 Nov 2012 18:22:17 +0000
(13:22 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 21 Nov 2012 23:09:58 +0000
(15:09 -0800)
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <
[email protected]
>
Cc: Mauro Carvalho Chehab <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/media/dt3155v4l/dt3155v4l.c
patch
|
blob
|
history
diff --git
a/drivers/staging/media/dt3155v4l/dt3155v4l.c
b/drivers/staging/media/dt3155v4l/dt3155v4l.c
index 15f7468a2475303c3f82953e91cab9f21f5530df..c8af551626fb7444f3f02a1ae6c66acacc3c0096 100644
(file)
--- a/
drivers/staging/media/dt3155v4l/dt3155v4l.c
+++ b/
drivers/staging/media/dt3155v4l/dt3155v4l.c
@@
-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)
{
struct dt3155_priv *pd = pci_get_drvdata(pdev);
@@
-836,7
+836,7
@@
struct dma_coherent_mem {
unsigned long *bitmap;
};
-static int
__devinit
+static int
dt3155_alloc_coherent(struct device *dev, size_t size, int flags)
{
struct dma_coherent_mem *mem;
@@
-891,7
+891,7
@@
dt3155_free_coherent(struct device *dev)
kfree(mem);
}
-static int
__devinit
+static int
dt3155_probe(struct pci_dev *pdev, const struct pci_device_id *id)
{
int err;