Commit 544ab3be authored by Thomas Zimmermann's avatar Thomas Zimmermann
Browse files

drm/ofdrm: Remove struct ofdrm_device.pdev

parent d5be7722
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -291,7 +291,6 @@ struct ofdrm_device_funcs {

struct ofdrm_device {
	struct drm_device dev;
	struct platform_device *pdev;

	const struct ofdrm_device_funcs *funcs;