Skip to content
Snippets Groups Projects
Commit 4f8cc7a6 authored by Tian Tao's avatar Tian Tao
Browse files

drm/hisilicon: Delete the unused macro

parent c7a39927
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,6 @@ static const struct hibmc_dislay_pll_config hibmc_pll_table[] = {
{1920, 1200, CRT_PLL1_HS_193MHZ, CRT_PLL2_HS_193MHZ},
};
#define PADDING(align, data) (((data) + (align) - 1) & (~((align) - 1)))
static int hibmc_plane_atomic_check(struct drm_plane *plane,
struct drm_plane_state *state)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment