forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/gpu/drm/shmobile/shmob_drm_plane.c
....@@ -1,20 +1,16 @@
1
+// SPDX-License-Identifier: GPL-2.0+
12 /*
23 * shmob_drm_plane.c -- SH Mobile DRM Planes
34 *
45 * Copyright (C) 2012 Renesas Electronics Corporation
56 *
67 * 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
14
-#include <drm/drmP.h>
1510 #include <drm/drm_crtc.h>
1611 #include <drm/drm_crtc_helper.h>
1712 #include <drm/drm_fb_cma_helper.h>
13
+#include <drm/drm_fourcc.h>
1814 #include <drm/drm_gem_cma_helper.h>
1915
2016 #include "shmob_drm_drv.h"