radio: include power.h in drivers for tuner_power()

Change-Id: I1ef8917b28b6d955e456c0b3737d41d356f34ec3
This commit is contained in:
Amaury Pouly 2012-02-25 16:07:17 +01:00
parent 906e90eb7b
commit 7d599b4311
3 changed files with 3 additions and 0 deletions

View file

@ -26,6 +26,7 @@
#include <string.h>
#include <stdlib.h>
#include "kernel.h"
#include "power.h"
#include "tuner.h" /* tuner abstraction interface */
#include "fmradio.h"
#include "fmradio_i2c.h" /* physical interface driver */

View file

@ -24,6 +24,7 @@
#include <string.h>
#include <stdlib.h>
#include "kernel.h"
#include "power.h"
#include "tuner.h" /* tuner abstraction interface */
#include "fmradio.h"
#include "fmradio_i2c.h" /* physical interface driver */

View file

@ -24,6 +24,7 @@
#include <string.h>
#include <stdlib.h>
#include "kernel.h"
#include "power.h"
#include "tuner.h" /* tuner abstraction interface */
#include "fmradio.h"
#include "fmradio_i2c.h" /* physical interface driver */