diff options
Diffstat (limited to 'arch/mips/ath79/common.c')
| -rw-r--r-- | arch/mips/ath79/common.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/ath79/common.c b/arch/mips/ath79/common.c index cd6055f9e7a0..63eacb8b0eb5 100644 --- a/arch/mips/ath79/common.c +++ b/arch/mips/ath79/common.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   *  Atheros AR71XX/AR724X/AR913X common routines   * @@ -6,10 +7,6 @@   *  Copyright (C) 2008 Imre Kaloz <[email protected]>   *   *  Parts of this file are based on Atheros' 2.6.15/2.6.31 BSP - * - *  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 <linux/kernel.h>  |