diff options
author | Michael Ellerman | 2008-02-14 03:34:17 +0100 |
---|---|---|
committer | Paul Mackerras | 2008-02-14 12:11:02 +0100 |
commit | bdb226bac12b005c80770decc1eddbff6be28f35 (patch) | |
tree | 7641bba265fcb159409cd700d62ca2b1e2f7e459 /arch/powerpc/platforms/cell/ras.c | |
parent | [POWERPC] hvc_rtas_init() must be __init (diff) | |
download | kernel-qcow2-linux-bdb226bac12b005c80770decc1eddbff6be28f35.tar.gz kernel-qcow2-linux-bdb226bac12b005c80770decc1eddbff6be28f35.tar.xz kernel-qcow2-linux-bdb226bac12b005c80770decc1eddbff6be28f35.zip |
[POWERPC] Cell RAS: Remove DEBUG, and add license and copyright
arch/powerpc/platforms/cell/ras.c still has DEBUG #defined, which is no
longer necessary. Disable it - this disables two pr_debugs().
While we're there this file should have a copyright notice and license,
so add both.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/ras.c')
-rw-r--r-- | arch/powerpc/platforms/cell/ras.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/ras.c b/arch/powerpc/platforms/cell/ras.c index b2494ebcdbe9..e43024c0392e 100644 --- a/arch/powerpc/platforms/cell/ras.c +++ b/arch/powerpc/platforms/cell/ras.c @@ -1,4 +1,13 @@ -#define DEBUG +/* + * Copyright 2006-2008, IBM 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. + */ + +#undef DEBUG #include <linux/types.h> #include <linux/kernel.h> |