| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2015 Freescale Semiconductor, Inc. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * 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. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | | -#include <drm/drmP.h> |
|---|
| 13 | 8 | #include <drm/drm_atomic_helper.h> |
|---|
| 14 | | -#include <drm/drm_crtc_helper.h> |
|---|
| 15 | 9 | #include <drm/drm_fb_cma_helper.h> |
|---|
| 16 | 10 | #include <drm/drm_gem_framebuffer_helper.h> |
|---|
| 11 | +#include <drm/drm_probe_helper.h> |
|---|
| 17 | 12 | |
|---|
| 18 | 13 | #include "fsl_dcu_drm_crtc.h" |
|---|
| 19 | 14 | #include "fsl_dcu_drm_drv.h" |
|---|