aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-10 18:52:35 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-12 10:41:39 +0200
commitb1116f645cb548fb73995509c210e24ab7782eb5 (patch)
tree31265f0da3faba749a067046613645fef63168d6 /drivers/gpu/drm/bochs
parentdrm/fb-helper: Add a dummy remove_conflicting_framebuffers (diff)
downloadlinux-dev-b1116f645cb548fb73995509c210e24ab7782eb5.tar.xz
linux-dev-b1116f645cb548fb73995509c210e24ab7782eb5.zip
drm: Remove superflous linux/fb.h includes
Everyone who uses the fbdev emulation helpers doesn't need to include fb.h directly. Remove it. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1470847958-28465-3-git-send-email-daniel.vetter@ffwll.ch
Diffstat (limited to 'drivers/gpu/drm/bochs')
-rw-r--r--drivers/gpu/drm/bochs/bochs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/bochs/bochs.h b/drivers/gpu/drm/bochs/bochs.h
index 19b5adaebe24..32dfe418cc98 100644
--- a/drivers/gpu/drm/bochs/bochs.h
+++ b/drivers/gpu/drm/bochs/bochs.h
@@ -1,5 +1,4 @@
#include <linux/io.h>
-#include <linux/fb.h>
#include <linux/console.h>
#include <drm/drmP.h>