summaryrefslogtreecommitdiff
path: root/firmware/drivers/tuner/rda5802.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/tuner/rda5802.c')
-rw-r--r--firmware/drivers/tuner/rda5802.c1
1 files changed, 1 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 */