aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/au1000')
-rw-r--r--arch/mips/au1000/common/power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/power.c b/arch/mips/au1000/common/power.c
index 54047d69b820..ca4b3dea3c92 100644
--- a/arch/mips/au1000/common/power.c
+++ b/arch/mips/au1000/common/power.c
@@ -47,7 +47,7 @@
47 47
48#define DEBUG 1 48#define DEBUG 1
49#ifdef DEBUG 49#ifdef DEBUG
50# define DPRINTK(fmt, args...) printk("%s: " fmt, __FUNCTION__ , ## args) 50# define DPRINTK(fmt, args...) printk("%s: " fmt, __func__, ## args)
51#else 51#else
52# define DPRINTK(fmt, args...) 52# define DPRINTK(fmt, args...)
53#endif 53#endif