aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/softcursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/core/softcursor.c')
-rw-r--r--drivers/video/fbdev/core/softcursor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/fbdev/core/softcursor.c b/drivers/video/fbdev/core/softcursor.c
index fc93f254498e..29e5b21cf373 100644
--- a/drivers/video/fbdev/core/softcursor.c
+++ b/drivers/video/fbdev/core/softcursor.c
@@ -74,5 +74,3 @@ int soft_cursor(struct fb_info *info, struct fb_cursor *cursor)
info->fbops->fb_imageblit(info, image);
return 0;
}
-
-EXPORT_SYMBOL(soft_cursor);