diff options
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_fb.c')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c b/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c index 070797b7b03..34e51a1695b 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | |||
@@ -26,6 +26,8 @@ | |||
26 | * | 26 | * |
27 | **************************************************************************/ | 27 | **************************************************************************/ |
28 | 28 | ||
29 | #include <linux/export.h> | ||
30 | |||
29 | #include "drmP.h" | 31 | #include "drmP.h" |
30 | #include "vmwgfx_drv.h" | 32 | #include "vmwgfx_drv.h" |
31 | 33 | ||