Skip to content

Commit

Permalink
[POWERPC] Cell RAS: Remove DEBUG, and add license and copyright
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Feb 14, 2008
1 parent 1407b3d commit bdb226b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion arch/powerpc/platforms/cell/ras.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit bdb226b

Please sign in to comment.