hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/gpu/drm/rcar-du/rcar_du_plane.h
....@@ -1,21 +1,16 @@
1
+/* SPDX-License-Identifier: GPL-2.0+ */
12 /*
23 * rcar_du_plane.h -- R-Car Display Unit Planes
34 *
45 * Copyright (C) 2013-2014 Renesas Electronics Corporation
56 *
67 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
128 */
139
1410 #ifndef __RCAR_DU_PLANE_H__
1511 #define __RCAR_DU_PLANE_H__
1612
17
-#include <drm/drmP.h>
18
-#include <drm/drm_crtc.h>
13
+#include <drm/drm_plane.h>
1914
2015 struct rcar_du_format_info;
2116 struct rcar_du_group;