summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/ascodec-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pp/ascodec-target.h')
-rw-r--r--firmware/target/arm/pp/ascodec-target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/arm/pp/ascodec-target.h b/firmware/target/arm/pp/ascodec-target.h
index 68d9905a6b..e7fd1b3b35 100644
--- a/firmware/target/arm/pp/ascodec-target.h
+++ b/firmware/target/arm/pp/ascodec-target.h
@@ -27,10 +27,6 @@
27 27
28#include "config.h" 28#include "config.h"
29 29
30#ifdef CPU_PP
31/* TODO: This header is actually portalplayer specific, and should be
32 * moved into an appropriate subdir */
33
34#include "as3514.h" 30#include "as3514.h"
35#include "i2c-pp.h" 31#include "i2c-pp.h"
36 32
@@ -98,6 +94,4 @@ static inline int ascodec_read_charger(void)
98 94
99extern void ascodec_suppressor_on(bool on); 95extern void ascodec_suppressor_on(bool on);
100 96
101#endif /* CPU_PP */
102
103#endif /* !_ASCODEC_TARGET_H */ 97#endif /* !_ASCODEC_TARGET_H */