commit | 1b23170a8e14ef62ad1daa957aa528212a8d0aef | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg@redhat.com> | Tue Apr 24 09:31:28 2012 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Tue Apr 24 09:50:21 2012 +0100 |
tree | 91d863db68e35cff448026f26ff9a8dceaa26f4a | |
parent | f1ae126cdf1d1514da6e89a248232a7f7d315fe0 [diff] [blame] |
vga: fix build when fbdev is a module This fixes the build breakage reported by Stephen in -next when merging the drm-next tree. Signed-off-by: Dave Airlie <airlied@redhat.com>
diff --git a/drivers/video/efifb.c b/drivers/video/efifb.c index 66ed991..b4a632a 100644 --- a/drivers/video/efifb.c +++ b/drivers/video/efifb.c
@@ -305,6 +305,8 @@ return default_vga; } +EXPORT_SYMBOL_GPL(vga_default_device); + void vga_set_default_device(struct pci_dev *pdev) { default_vga = pdev;