Re: [PATCH] fbdev: Remove __init from chips_hw_init() to fix build failure

2014-08-26 Thread Tomi Valkeinen
On 21/08/14 15:23, Pranith Kumar wrote: > Fix build failure caused as follows: > > The function chipsfb_pci_init() references > the function __init chips_hw_init(). > This is often because chipsfb_pci_init lacks a __init > annotation or the annotation of chips_hw_init is wrong. > > make: *** [dr

[PATCH] fbdev: Remove __init from chips_hw_init() to fix build failure

2014-08-21 Thread Pranith Kumar
Fix build failure caused as follows: The function chipsfb_pci_init() references the function __init chips_hw_init(). This is often because chipsfb_pci_init lacks a __init annotation or the annotation of chips_hw_init is wrong. make: *** [drivers] Error 2 by removing the __init annotation from c