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 | |
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')
-rw-r--r-- | firmware/drivers/rtc/rtc_d2.c | 2 | ||||
-rw-r--r-- | firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c | 2 | ||||
-rw-r--r-- | firmware/target/arm/tcc780x/cowond2/pmu-target.h (renamed from firmware/target/arm/tcc780x/cowond2/power-target.h) | 0 | ||||
-rw-r--r-- | firmware/target/arm/tcc780x/cowond2/power-cowond2.c | 2 | ||||
-rw-r--r-- | firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c | 2 | ||||
-rw-r--r-- | firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c | 2 |
6 files changed, 5 insertions, 5 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 | { |
diff --git a/firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c b/firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c index d417687804..5668023f28 100644 --- a/firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include "pcf50606.h" | 24 | #include "pcf50606.h" |
25 | #include "pcf50635.h" | 25 | #include "pcf50635.h" |
26 | #include "tcc780x.h" | 26 | #include "tcc780x.h" |
27 | #include "power-target.h" | 27 | #include "pmu-target.h" |
28 | 28 | ||
29 | int _backlight_init(void) | 29 | int _backlight_init(void) |
30 | { | 30 | { |
diff --git a/firmware/target/arm/tcc780x/cowond2/power-target.h b/firmware/target/arm/tcc780x/cowond2/pmu-target.h index 38288f38c8..38288f38c8 100644 --- a/firmware/target/arm/tcc780x/cowond2/power-target.h +++ b/firmware/target/arm/tcc780x/cowond2/pmu-target.h | |||
diff --git a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c index 02e0282ead..09787289ac 100644 --- a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #include "tuner.h" | 29 | #include "tuner.h" |
30 | #include "backlight-target.h" | 30 | #include "backlight-target.h" |
31 | #include "powermgmt.h" | 31 | #include "powermgmt.h" |
32 | #include "power-target.h" | 32 | #include "pmu-target.h" |
33 | 33 | ||
34 | static enum pmu_type pmu; | 34 | static enum pmu_type pmu; |
35 | 35 | ||
diff --git a/firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c b/firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c index 91361fe5f4..6c126b16e1 100644 --- a/firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include "adc.h" | 23 | #include "adc.h" |
24 | #include "powermgmt.h" | 24 | #include "powermgmt.h" |
25 | #include "kernel.h" | 25 | #include "kernel.h" |
26 | #include "power-target.h" | 26 | #include "pmu-target.h" |
27 | #include "pcf50606.h" | 27 | #include "pcf50606.h" |
28 | #include "pcf50635.h" | 28 | #include "pcf50635.h" |
29 | 29 | ||
diff --git a/firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c b/firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c index 1135d34701..4e6d9718a5 100644 --- a/firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include "touchscreen.h" | 25 | #include "touchscreen.h" |
26 | #include "touchscreen-target.h" | 26 | #include "touchscreen-target.h" |
27 | #include "stdlib.h" | 27 | #include "stdlib.h" |
28 | #include "power-target.h" | 28 | #include "pmu-target.h" |
29 | #include "tsc200x.h" | 29 | #include "tsc200x.h" |
30 | 30 | ||
31 | #define NO_OF_TOUCH_DATA 5 | 31 | #define NO_OF_TOUCH_DATA 5 |