diff options
Diffstat (limited to 'drivers/media/platform/fsl-viu.c')
| -rw-r--r-- | drivers/media/platform/fsl-viu.c | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/media/platform/fsl-viu.c b/drivers/media/platform/fsl-viu.c index cffebcaacb90..691be788e38b 100644 --- a/drivers/media/platform/fsl-viu.c +++ b/drivers/media/platform/fsl-viu.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   * Copyright 2008-2010 Freescale Semiconductor, Inc. All Rights Reserved.   * @@ -6,12 +7,6 @@   *  Authors: Hongjun Chen <hong-jun.chen@freescale.com>   *	     Porting to 2.6.35 by DENX Software Engineering,   *	     Anatolij Gustschin <agust@denx.de> - * - * This program is free software; you can redistribute  it and/or modify it - * under  the terms of  the GNU General  Public License as published by the - * Free Software Foundation;  either version 2 of the  License, or (at your - * option) any later version. - *   */  #include <linux/module.h>  | 
