Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6ec5ec9 authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by Daniel Vetter
Browse files

drm: atmel-hlcdc: Fix module autoload for OF platform driver



This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
Acked-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1450178476-26284-29-git-send-email-boris.brezillon@free-electrons.com


Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 34649c40
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -346,6 +346,7 @@ static const struct of_device_id atmel_hlcdc_of_match[] = {
	},
	},
	{ /* sentinel */ },
	{ /* sentinel */ },
};
};
MODULE_DEVICE_TABLE(of, atmel_hlcdc_of_match);


int atmel_hlcdc_dc_mode_valid(struct atmel_hlcdc_dc *dc,
int atmel_hlcdc_dc_mode_valid(struct atmel_hlcdc_dc *dc,
			      struct drm_display_mode *mode)
			      struct drm_display_mode *mode)