linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ismael Luceno <ismael.luceno@gmail.com>
To: linux-fbdev@vger.kernel.org
Subject: [PATCH] fbmem: Export fb_get_options and (un)register_framebuffer symbols
Date: Sun, 30 Jun 2013 17:36:28 +0000	[thread overview]
Message-ID: <1372624575-7664-1-git-send-email-ismael.luceno@gmail.com> (raw)

Signed-off-by: Ismael Luceno <ismael.luceno@gmail.com>
---
 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);
 
 /**
  *	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


             reply	other threads:[~2013-06-30 17:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-30 17:36 Ismael Luceno [this message]
2013-06-30 17:42 ` [PATCH] fbmem: Export fb_get_options and (un)register_framebuffer symbols David Herrmann
2013-06-30 17:54 ` Ismael Luceno

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1372624575-7664-1-git-send-email-ismael.luceno@gmail.com \
    --to=ismael.luceno@gmail.com \
    --cc=linux-fbdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).