Re: [PATCH] fbmem: Export fb_get_options and (un)register_framebuffer symbols

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

On Sun, Jun 30, 2013 at 10:36 PM, Ismael Luceno <ismael.luceno@xxxxxxxxx> wrote:
> Signed-off-by: Ismael Luceno <ismael.luceno@xxxxxxxxx>
> ---
>  drivers/video/fbmem.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c
> index 098bfc6..910909c 100644
> --- a/drivers/video/fbmem.c
> +++ b/drivers/video/fbmem.c
> @@ -1743,6 +1743,7 @@ register_framebuffer(struct fb_info *fb_info)
>
>         return ret;
>  }
> +EXPORT_SYMBOL(register_framebuffer);

These EXPORT_SYMBOL() calls should all be available at the end of fbmem.c.

Cheers
David

>
>  /**
>   *     unregister_framebuffer - releases a frame buffer device
> @@ -1771,6 +1772,7 @@ unregister_framebuffer(struct fb_info *fb_info)
>
>         return ret;
>  }
> +EXPORT_SYMBOL(unregister_framebuffer);
>
>  /**
>   *     fb_set_suspend - low level driver signals suspend
> @@ -1910,6 +1912,7 @@ int fb_get_options(char *name, char **option)
>
>         return retval;
>  }
> +EXPORT_SYMBOL(fb_get_options);
>
>  #ifndef MODULE
>  /**
> --
> 1.8.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Video for Linux]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Tourism]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux