diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-15 19:40:55 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-24 21:20:13 +0000 |
commit | 092c340a2062fa98b7387fc5fd63578ddae7d0b6 (patch) | |
tree | 98ec96946eeb2ae709cb0528cc6998e21bb9b290 /firmware/export/tuner.h | |
parent | 17f7cc92c258bc456a27c3e7c5a19c9409851879 (diff) | |
download | rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.tar.gz rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.zip |
[1/4] Remove SH support and all archos targets
This removes all code specific to SH targets
Change-Id: I7980523785d2596e65c06430f4638eec74a06061
Diffstat (limited to 'firmware/export/tuner.h')
-rw-r--r-- | firmware/export/tuner.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h index a166eacf33..a3cc985137 100644 --- a/firmware/export/tuner.h +++ b/firmware/export/tuner.h | |||
@@ -22,8 +22,9 @@ | |||
22 | #ifndef __TUNER_H__ | 22 | #ifndef __TUNER_H__ |
23 | #define __TUNER_H__ | 23 | #define __TUNER_H__ |
24 | 24 | ||
25 | #include <stdbool.h> | ||
26 | |||
25 | #include "config.h" | 27 | #include "config.h" |
26 | #include "hwcompat.h" | ||
27 | 28 | ||
28 | #ifdef HAVE_RDS_CAP | 29 | #ifdef HAVE_RDS_CAP |
29 | #include <sys/types.h> | 30 | #include <sys/types.h> |
@@ -114,12 +115,6 @@ extern int (*tuner_get)(int setting); | |||
114 | #include "lv24020lp.h" | 115 | #include "lv24020lp.h" |
115 | #endif | 116 | #endif |
116 | 117 | ||
117 | /** Samsung S1A0903X01 **/ | ||
118 | #if (CONFIG_TUNER & S1A0903X01) | ||
119 | /* Ondio FM, FM Recorder */ | ||
120 | #include "s1a0903x01.h" | ||
121 | #endif | ||
122 | |||
123 | /** Philips TEA5760 **/ | 118 | /** Philips TEA5760 **/ |
124 | #if (CONFIG_TUNER & TEA5760) | 119 | #if (CONFIG_TUNER & TEA5760) |
125 | #include "tea5760.h" | 120 | #include "tea5760.h" |