search for: e94c799

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

Did you mean: 994799
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...truct s3d_info *sp) return 0; } -static int __devinit s3d_pci_register(struct pci_dev *pdev, +static int s3d_pci_register(struct pci_dev *pdev, const struct pci_device_id *ent) { struct fb_info *info; diff --git a/drivers/video/sunxvr500.c b/drivers/video/sunxvr500.c index e94c799..afcdab1 100644 --- a/drivers/video/sunxvr500.c +++ b/drivers/video/sunxvr500.c @@ -51,7 +51,7 @@ struct e3d_info { u32 pseudo_palette[16]; }; -static int __devinit e3d_get_props(struct e3d_info *ep) +static int e3d_get_props(struct e3d_info *ep) { ep->width = of_getintprop_default(ep-...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...truct s3d_info *sp) return 0; } -static int __devinit s3d_pci_register(struct pci_dev *pdev, +static int s3d_pci_register(struct pci_dev *pdev, const struct pci_device_id *ent) { struct fb_info *info; diff --git a/drivers/video/sunxvr500.c b/drivers/video/sunxvr500.c index e94c799..afcdab1 100644 --- a/drivers/video/sunxvr500.c +++ b/drivers/video/sunxvr500.c @@ -51,7 +51,7 @@ struct e3d_info { u32 pseudo_palette[16]; }; -static int __devinit e3d_get_props(struct e3d_info *ep) +static int e3d_get_props(struct e3d_info *ep) { ep->width = of_getintprop_default(ep-...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...truct s3d_info *sp) return 0; } -static int __devinit s3d_pci_register(struct pci_dev *pdev, +static int s3d_pci_register(struct pci_dev *pdev, const struct pci_device_id *ent) { struct fb_info *info; diff --git a/drivers/video/sunxvr500.c b/drivers/video/sunxvr500.c index e94c799..afcdab1 100644 --- a/drivers/video/sunxvr500.c +++ b/drivers/video/sunxvr500.c @@ -51,7 +51,7 @@ struct e3d_info { u32 pseudo_palette[16]; }; -static int __devinit e3d_get_props(struct e3d_info *ep) +static int e3d_get_props(struct e3d_info *ep) { ep->width = of_getintprop_default(ep-...