blob: 9b6d7a10551e3989228a0b726cd4e2279bce83c1 [file] [log] [blame]
Joel Stanleye50183f2017-02-28 12:17:46 +10301From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3Date: Fri, 17 Feb 2017 13:55:58 +1100
4Subject: [PATCH 06/15] drm/ast: Remove spurrious include
5
6Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7Signed-off-by: Joel Stanley <joel@jms.id.au>
8---
9 drivers/gpu/drm/ast/ast_main.c | 2 --
10 1 file changed, 2 deletions(-)
11
12diff --git a/drivers/gpu/drm/ast/ast_main.c b/drivers/gpu/drm/ast/ast_main.c
13index fb9976254224..f01a937165b7 100644
14--- a/drivers/gpu/drm/ast/ast_main.c
15+++ b/drivers/gpu/drm/ast/ast_main.c
16@@ -32,8 +32,6 @@
17 #include <drm/drm_fb_helper.h>
18 #include <drm/drm_crtc_helper.h>
19
20-#include "ast_dram_tables.h"
21-
22 void ast_set_index_reg_mask(struct ast_private *ast,
23 uint32_t base, uint8_t index,
24 uint8_t mask, uint8_t val)
25--
262.11.0
27