search for: f4cb015

Displaying 3 results from an estimated 3 matches for "f4cb015".

Did you mean: 44cb01d
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...truct per pipe. Currently we have only one pipe. */ -static int __devinit vml_pci_probe(struct pci_dev *dev, +static int vml_pci_probe(struct pci_dev *dev, const struct pci_device_id *id) { struct vml_info *vinfo; diff --git a/drivers/video/vfb.c b/drivers/video/vfb.c index c7f69252..f4cb015 100644 --- a/drivers/video/vfb.c +++ b/drivers/video/vfb.c @@ -477,7 +477,7 @@ static int __init vfb_setup(char *options) * Initialisation */ -static int __devinit vfb_probe(struct platform_device *dev) +static int vfb_probe(struct platform_device *dev) { struct fb_info *info; i...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...truct per pipe. Currently we have only one pipe. */ -static int __devinit vml_pci_probe(struct pci_dev *dev, +static int vml_pci_probe(struct pci_dev *dev, const struct pci_device_id *id) { struct vml_info *vinfo; diff --git a/drivers/video/vfb.c b/drivers/video/vfb.c index c7f69252..f4cb015 100644 --- a/drivers/video/vfb.c +++ b/drivers/video/vfb.c @@ -477,7 +477,7 @@ static int __init vfb_setup(char *options) * Initialisation */ -static int __devinit vfb_probe(struct platform_device *dev) +static int vfb_probe(struct platform_device *dev) { struct fb_info *info; i...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...truct per pipe. Currently we have only one pipe. */ -static int __devinit vml_pci_probe(struct pci_dev *dev, +static int vml_pci_probe(struct pci_dev *dev, const struct pci_device_id *id) { struct vml_info *vinfo; diff --git a/drivers/video/vfb.c b/drivers/video/vfb.c index c7f69252..f4cb015 100644 --- a/drivers/video/vfb.c +++ b/drivers/video/vfb.c @@ -477,7 +477,7 @@ static int __init vfb_setup(char *options) * Initialisation */ -static int __devinit vfb_probe(struct platform_device *dev) +static int vfb_probe(struct platform_device *dev) { struct fb_info *info; i...