|
@@ -907,7 +907,7 @@ static void intelfb_pci_unregister(struct pci_dev *pdev)
|
|
|
* helper functions *
|
|
|
***************************************************************/
|
|
|
|
|
|
-int __inline__ intelfb_var_to_depth(const struct fb_var_screeninfo *var)
|
|
|
+__inline__ int intelfb_var_to_depth(const struct fb_var_screeninfo *var)
|
|
|
{
|
|
|
DBG_MSG("intelfb_var_to_depth: bpp: %d, green.length is %d\n",
|
|
|
var->bits_per_pixel, var->green.length);
|