diff options
Diffstat (limited to 'drivers/gpu/drm/mxsfb/mxsfb_crtc.c')
-rw-r--r-- | drivers/gpu/drm/mxsfb/mxsfb_crtc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/gpu/drm/mxsfb/mxsfb_crtc.c b/drivers/gpu/drm/mxsfb/mxsfb_crtc.c index 98e9bda91e80..93f413345e0d 100644 --- a/drivers/gpu/drm/mxsfb/mxsfb_crtc.c +++ b/drivers/gpu/drm/mxsfb/mxsfb_crtc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> | 3 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * Copyright (C) 2010 Juergen Beisert, Pengutronix | 6 | * Copyright (C) 2010 Juergen Beisert, Pengutronix |
6 | * Copyright (C) 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. | 7 | * Copyright (C) 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. |
7 | * Copyright (C) 2008 Embedded Alley Solutions, Inc All Rights Reserved. | 8 | * Copyright (C) 2008 Embedded Alley Solutions, Inc All Rights Reserved. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version 2 | ||
12 | * of the License, or (at your option) any later version. | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 9 | */ |
18 | 10 | ||
19 | #include <drm/drmP.h> | 11 | #include <drm/drmP.h> |