summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-02-25 16:07:17 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2012-02-25 16:07:17 +0100
commit7d599b43117dc82eae0e7dbf18290bcf4b73bc28 (patch)
treea51f5a9f27528970997ff095e7baf18d57950dbd
parent906e90eb7b036214b2ee48ad2219e1ef679ee7d1 (diff)
downloadrockbox-7d599b43117dc82eae0e7dbf18290bcf4b73bc28.tar.gz
rockbox-7d599b43117dc82eae0e7dbf18290bcf4b73bc28.zip
radio: include power.h in drivers for tuner_power()
Change-Id: I1ef8917b28b6d955e456c0b3737d41d356f34ec3
-rw-r--r--firmware/drivers/tuner/rda5802.c1
-rw-r--r--firmware/drivers/tuner/tea5760uk.c1
-rw-r--r--firmware/drivers/tuner/tea5767.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/firmware/drivers/tuner/rda5802.c b/firmware/drivers/tuner/rda5802.c
index a6c73a5e21..7b9bea721d 100644
--- a/firmware/drivers/tuner/rda5802.c
+++ b/firmware/drivers/tuner/rda5802.c
@@ -26,6 +26,7 @@
26#include <string.h> 26#include <string.h>
27#include <stdlib.h> 27#include <stdlib.h>
28#include "kernel.h" 28#include "kernel.h"
29#include "power.h"
29#include "tuner.h" /* tuner abstraction interface */ 30#include "tuner.h" /* tuner abstraction interface */
30#include "fmradio.h" 31#include "fmradio.h"
31#include "fmradio_i2c.h" /* physical interface driver */ 32#include "fmradio_i2c.h" /* physical interface driver */
diff --git a/firmware/drivers/tuner/tea5760uk.c b/firmware/drivers/tuner/tea5760uk.c
index 0e2e208693..5e89bad411 100644
--- a/firmware/drivers/tuner/tea5760uk.c
+++ b/firmware/drivers/tuner/tea5760uk.c
@@ -24,6 +24,7 @@
24#include <string.h> 24#include <string.h>
25#include <stdlib.h> 25#include <stdlib.h>
26#include "kernel.h" 26#include "kernel.h"
27#include "power.h"
27#include "tuner.h" /* tuner abstraction interface */ 28#include "tuner.h" /* tuner abstraction interface */
28#include "fmradio.h" 29#include "fmradio.h"
29#include "fmradio_i2c.h" /* physical interface driver */ 30#include "fmradio_i2c.h" /* physical interface driver */
diff --git a/firmware/drivers/tuner/tea5767.c b/firmware/drivers/tuner/tea5767.c
index da12a9bb05..6efcee26e3 100644
--- a/firmware/drivers/tuner/tea5767.c
+++ b/firmware/drivers/tuner/tea5767.c
@@ -24,6 +24,7 @@
24#include <string.h> 24#include <string.h>
25#include <stdlib.h> 25#include <stdlib.h>
26#include "kernel.h" 26#include "kernel.h"
27#include "power.h"
27#include "tuner.h" /* tuner abstraction interface */ 28#include "tuner.h" /* tuner abstraction interface */
28#include "fmradio.h" 29#include "fmradio.h"
29#include "fmradio_i2c.h" /* physical interface driver */ 30#include "fmradio_i2c.h" /* physical interface driver */