Message ID | 20170217053212.4839-3-benh@kernel.crashing.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 17 February 2017 at 05:32, Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote: > Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Nice - this should shave a few bytes of off the module size. Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> -Emil
diff --git a/drivers/gpu/drm/ast/ast_main.c b/drivers/gpu/drm/ast/ast_main.c index 823c68f..b593a53 100644 --- a/drivers/gpu/drm/ast/ast_main.c +++ b/drivers/gpu/drm/ast/ast_main.c @@ -32,8 +32,6 @@ #include <drm/drm_fb_helper.h> #include <drm/drm_crtc_helper.h> -#include "ast_dram_tables.h" - void ast_set_index_reg_mask(struct ast_private *ast, uint32_t base, uint8_t index, uint8_t mask, uint8_t val)
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> --- drivers/gpu/drm/ast/ast_main.c | 2 -- 1 file changed, 2 deletions(-)