Joel Stanley | e50183f | 2017-02-28 12:17:46 +1030 | [diff] [blame] | 1 | From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| 2 | From: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
| 3 | Date: Fri, 17 Feb 2017 13:55:58 +1100 |
| 4 | Subject: [PATCH 06/15] drm/ast: Remove spurrious include |
| 5 | |
| 6 | Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
| 7 | Signed-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 | |
| 12 | diff --git a/drivers/gpu/drm/ast/ast_main.c b/drivers/gpu/drm/ast/ast_main.c |
| 13 | index 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 | -- |
| 26 | 2.11.0 |
| 27 | |