diff options
Diffstat (limited to 'arch/arm/mach-imx/devices/platform-imx-i2c.c')
| -rw-r--r-- | arch/arm/mach-imx/devices/platform-imx-i2c.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/devices/platform-imx-i2c.c b/arch/arm/mach-imx/devices/platform-imx-i2c.c index 9822bedb5d09..81d317bfadd8 100644 --- a/arch/arm/mach-imx/devices/platform-imx-i2c.c +++ b/arch/arm/mach-imx/devices/platform-imx-i2c.c @@ -1,10 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * Copyright (C) 2009-2010 Pengutronix   * Uwe Kleine-Koenig <[email protected]> - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU General Public License version 2 as published by the - * Free Software Foundation.   */  #include "../hardware.h"  #include "devices-common.h"  |