search for: default_par

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

Did you mean: default_pair
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...ers/video/pm2fb.c @@ -1515,7 +1515,7 @@ static struct fb_ops pm2fb_ops = { * @param pdev PCI device. * @param id PCI device ID. */ -static int __devinit pm2fb_probe(struct pci_dev *pdev, +static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id) { struct pm2fb_par *default_par; diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c index e9d8e23..1fdae1d 100644 --- a/drivers/video/pm3fb.c +++ b/drivers/video/pm3fb.c @@ -1229,7 +1229,7 @@ static struct fb_ops pm3fb_ops = { /* mmio register are already mapped when this function is called */ /* the pm3fb_fix.smem_st...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...ers/video/pm2fb.c @@ -1515,7 +1515,7 @@ static struct fb_ops pm2fb_ops = { * @param pdev PCI device. * @param id PCI device ID. */ -static int __devinit pm2fb_probe(struct pci_dev *pdev, +static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id) { struct pm2fb_par *default_par; diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c index e9d8e23..1fdae1d 100644 --- a/drivers/video/pm3fb.c +++ b/drivers/video/pm3fb.c @@ -1229,7 +1229,7 @@ static struct fb_ops pm3fb_ops = { /* mmio register are already mapped when this function is called */ /* the pm3fb_fix.smem_st...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...ers/video/pm2fb.c @@ -1515,7 +1515,7 @@ static struct fb_ops pm2fb_ops = { * @param pdev PCI device. * @param id PCI device ID. */ -static int __devinit pm2fb_probe(struct pci_dev *pdev, +static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id) { struct pm2fb_par *default_par; diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c index e9d8e23..1fdae1d 100644 --- a/drivers/video/pm3fb.c +++ b/drivers/video/pm3fb.c @@ -1229,7 +1229,7 @@ static struct fb_ops pm3fb_ops = { /* mmio register are already mapped when this function is called */ /* the pm3fb_fix.smem_st...