summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/pm-debug-regs.h
diff options
context:
space:
mode:
authormattis fjallstrom <mattis@acm.org>2015-02-27 18:18:35 -0800
committermattis fjallstrom <mattis@acm.org>2015-02-27 18:18:35 -0800
commit27757a8d00941c100ca11ecf213b122cbcd1f5ec (patch)
treeac0724cbc18efe75d4ecdb4f43fcf41d8cd561df /arch/arm/mach-omap2/pm-debug-regs.h
parent942f11ae6b97f2972d78097970c4b243fb48e476 (diff)
downloadolio-linux-3.10-27757a8d00941c100ca11ecf213b122cbcd1f5ec.tar.xz
olio-linux-3.10-27757a8d00941c100ca11ecf213b122cbcd1f5ec.zip
Removed USBHS setting (not needed), removed debug messages from kernel configuration.
Change-Id: I04c23a67a8487027ffd4b282ef3ce7d352b890f0
Diffstat (limited to 'arch/arm/mach-omap2/pm-debug-regs.h')
-rw-r--r--arch/arm/mach-omap2/pm-debug-regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm-debug-regs.h b/arch/arm/mach-omap2/pm-debug-regs.h
index f70bbe5c6a8..65da3221b13 100644
--- a/arch/arm/mach-omap2/pm-debug-regs.h
+++ b/arch/arm/mach-omap2/pm-debug-regs.h
@@ -27,7 +27,7 @@ extern void pm_dbg_regs_copy(int tgt, int src);
static inline int pm_dbg_regs_init(struct dentry *d) { return 0; }
static inline void pm_dbg_regs_save(int reg_set) {};
static inline void pm_dbg_regs_dump(int reg_set) {};
-static inline void pm_dbg_regs_dump_delta(int current, int ref) {}
+static inline void pm_dbg_regs_dump_delta(int curr, int ref) {};
static inline void pm_dbg_show_wakeup_source(void) {};
static inline void pm_dbg_regs_copy(int tgt, int src) {};
#endif