Commit bdb226bac12b005c80770decc1eddbff6be28f35

Authored by Michael Ellerman
Committed by Paul Mackerras
1 parent 1407b3d156

[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>

Showing 1 changed file with 10 additions and 1 deletions Side-by-side Diff

arch/powerpc/platforms/cell/ras.c
1   -#define DEBUG
  1 +/*
  2 + * Copyright 2006-2008, IBM Corporation.
  3 + *
  4 + * This program is free software; you can redistribute it and/or
  5 + * modify it under the terms of the GNU General Public License
  6 + * as published by the Free Software Foundation; either version
  7 + * 2 of the License, or (at your option) any later version.
  8 + */
  9 +
  10 +#undef DEBUG
2 11  
3 12 #include <linux/types.h>
4 13 #include <linux/kernel.h>