diff options
author | Philippe Langlais <philippe.langlais@stericsson.com> | 2011-10-19 16:02:31 +0200 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 10:59:07 +0200 |
commit | e59182b826c4dd82ded55dd3a0563b386d70ab69 (patch) | |
tree | b0f5c3db5800ff1fdd9a04cb9a473abd113cf592 /drivers | |
parent | 34f2fd57956e957ad036705f6d602c7454b09e7c (diff) |
mach-ux500: prcmu: Add prcmu debug support
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mfd/db8500-prcmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c index 5be32489714..6225d21d137 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c @@ -35,6 +35,7 @@ #include <mach/irqs.h> #include <mach/db8500-regs.h> #include <mach/id.h> +#include <mach/prcmu-debug.h> #include "dbx500-prcmu-regs.h" /* Offset for the firmware version within the TCPM */ |