hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright 2015 Freescale Semiconductor, Inc.
34 *
45 * Freescale DCU drm device driver
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License, or
9
- * (at your option) any later version.
106 */
117
128 #ifndef __FSL_DCU_DRM_DRV_H__
....@@ -191,7 +187,6 @@
191187 /*protects hardware register*/
192188 spinlock_t irq_lock;
193189 struct drm_device *drm;
194
- struct drm_fbdev_cma *fbdev;
195190 struct drm_crtc crtc;
196191 struct drm_encoder encoder;
197192 struct fsl_dcu_drm_connector connector;