diff options
Diffstat (limited to 'include/linux/clk.h')
| -rw-r--r-- | include/linux/clk.h | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h index f689fc58d7be..c8e3325868bd 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h @@ -1,13 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */  /*   *  linux/include/linux/clk.h   *   *  Copyright (C) 2004 ARM Limited.   *  Written by Deep Blue Solutions Limited.   *  Copyright (C) 2011-2012 Linaro Ltd <[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.   */  #ifndef __LINUX_CLK_H  #define __LINUX_CLK_H  |