diff options
Diffstat (limited to 'kernel/drivers/clk/spear/spear6xx_clock.c')
-rw-r--r-- | kernel/drivers/clk/spear/spear6xx_clock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/drivers/clk/spear/spear6xx_clock.c b/kernel/drivers/clk/spear/spear6xx_clock.c index 4f649c9cb..e24f85cd4 100644 --- a/kernel/drivers/clk/spear/spear6xx_clock.c +++ b/kernel/drivers/clk/spear/spear6xx_clock.c @@ -2,14 +2,13 @@ * SPEAr6xx machines clock framework source file * * Copyright (C) 2012 ST Microelectronics - * Viresh Kumar <viresh.linux@gmail.com> + * Viresh Kumar <vireshk@kernel.org> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ -#include <linux/clk.h> #include <linux/clkdev.h> #include <linux/io.h> #include <linux/spinlock_types.h> |