diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 22:39:14 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 22:39:14 +0000 |
commit | f3ad239a76f010a874777dc463d90882772fbff3 (patch) | |
tree | d4426254eb81c2f159279913fc4d7d1f7beb4139 /firmware/drivers/rtc | |
parent | 19fba5fb30efaed540478457fb52c0200a748e59 (diff) | |
download | rockbox-f3ad239a76f010a874777dc463d90882772fbff3.tar.gz rockbox-f3ad239a76f010a874777dc463d90882772fbff3.zip |
cowond2's power-target.h -> rename in pmu-target.h
other targets (ipod nano2g / classic) use that name for pmu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31618 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/rtc')
-rw-r--r-- | firmware/drivers/rtc/rtc_d2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/rtc/rtc_d2.c b/firmware/drivers/rtc/rtc_d2.c index 9eb5f5e5e2..a2a40fe7ac 100644 --- a/firmware/drivers/rtc/rtc_d2.c +++ b/firmware/drivers/rtc/rtc_d2.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include "system.h" | 22 | #include "system.h" |
23 | #include "pcf50606.h" | 23 | #include "pcf50606.h" |
24 | #include "pcf50635.h" | 24 | #include "pcf50635.h" |
25 | #include "power-target.h" | 25 | #include "pmu-target.h" |
26 | 26 | ||
27 | void rtc_init(void) | 27 | void rtc_init(void) |
28 | { | 28 | { |