diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-08-10 12:52:35 -0400 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-08-12 04:41:39 -0400 |
| commit | b1116f645cb548fb73995509c210e24ab7782eb5 (patch) | |
| tree | 31265f0da3faba749a067046613645fef63168d6 /drivers/gpu/drm/bochs | |
| parent | 44adece57e2604cec8527a499b48e4d584ab53b8 (diff) | |
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.h | 1 |
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 @@ | |||
| 1 | #include <linux/io.h> | 1 | #include <linux/io.h> |
| 2 | #include <linux/fb.h> | ||
| 3 | #include <linux/console.h> | 2 | #include <linux/console.h> |
| 4 | 3 | ||
| 5 | #include <drm/drmP.h> | 4 | #include <drm/drmP.h> |
