diff options
Diffstat (limited to 'include/fsl_diu_fb.h')
-rw-r--r-- | include/fsl_diu_fb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/fsl_diu_fb.h b/include/fsl_diu_fb.h index 7898b2bb2f1..139851ba1a8 100644 --- a/include/fsl_diu_fb.h +++ b/include/fsl_diu_fb.h @@ -1,11 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2007, 2011 Freescale Semiconductor, Inc. * Authors: York Sun <yorksun@freescale.com> * Timur Tabi <timur@freescale.com> * * FSL DIU Framebuffer driver - * - * SPDX-License-Identifier: GPL-2.0+ */ int fsl_diu_init(u16 xres, u16 yres, u32 pixel_format, int gamma_fix); |