diff options
author | Gary King <gking@nvidia.com> | 2010-03-31 14:35:53 -0700 |
---|---|---|
committer | Gary King <gking@nvidia.com> | 2010-03-31 13:36:58 -0800 |
commit | 2552f1cb5f0efd10509ea92bceb477b90fc7e7f5 (patch) | |
tree | ab91d02fcebb980fce9407e8c983d2d781b59aa7 /arch/arm/mach-tegra | |
parent | 68f6049a0f64995dc21d4276b058ec86904c8ea3 (diff) |
ARM/tegra: add missing copyright attribution to cpuidle driver
Change-Id: I1db2c4cba29e0d4c34cc7d34c4a1be0cfb13caa5
Reviewed-on: http://git-master/r/1002
Reviewed-by: Gary King <gking@nvidia.com>
Tested-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/cpuidle.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/cpuidle.c b/arch/arm/mach-tegra/cpuidle.c index 1c5534a2635a..95dfddaf0fae 100644 --- a/arch/arm/mach-tegra/cpuidle.c +++ b/arch/arm/mach-tegra/cpuidle.c @@ -1,3 +1,25 @@ +/* + * arch/arm/mach-tegra/cpuidle.c + * + * CPU idle driver for Tegra CPUs + * + * Copyright (c) 2010, NVIDIA Corporation. + * + * 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. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #include <linux/kernel.h> #include <linux/init.h> #include <linux/smp.h> |