Commit 2d86075a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fix modular fb drivers

From: Arnd Bergmann <arnd@arndb.de>

The recent "fbdev: monitor detection fixes" patch broke modular frame
buffer drivers.
parent 180ee043
......@@ -554,5 +554,5 @@ int fb_find_mode(struct fb_var_screeninfo *var,
return 0;
}
EXPORT_SYMBOL(__fb_try_mode);
EXPORT_SYMBOL(vesa_modes);
EXPORT_SYMBOL(fb_find_mode);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment