lkml.org 
[lkml]   [2014]   [Oct]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v4 17/29] nios2: System calls handling
From
On Thu, Oct 9, 2014 at 3:47 PM, Tobias Klauser <tklauser@distanz.ch> wrote:
>> +#if defined(CONFIG_FB) || defined(CONFIG_FB_MODULE)
>> +#include <linux/fb.h>
>> +unsigned long get_fb_unmapped_area(struct file *filp, unsigned long orig_addr,
>> + unsigned long len, unsigned long pgoff, unsigned long flags)
>> +{
>> +
>> + struct fb_info *info = filp->private_data;
>> +
>> + return (unsigned long)info->screen_base;
>> +}
>> +EXPORT_SYMBOL(get_fb_unmapped_area);
>
> get_fb_unmapped_area only used if HAVE_ARCH_FB_UNMAPPED_AREA is defined,
> but this isn't the case for nios2. AFAICS the altfb driver has been
> broken on nios2 for a long time anyway, so I'd suggest to just remove
> this function for now.
Okay.

Regards
Ley Foon


\
 
 \ /
  Last update: 2014-10-09 11:21    [W:0.069 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site