forked from len0rd/rockbox
ypr0: Fix build failure.
Change-Id: I327d58fde66fc7fa65f91e0ca724c3fd8066ccf6
This commit is contained in:
parent
5b4a6c4267
commit
856bb42037
2 changed files with 2 additions and 3 deletions
|
|
@ -50,10 +50,9 @@ struct codec_req_struct {
|
|||
#define IOCTL_SUBREG_READ 0x80034103
|
||||
|
||||
|
||||
int ascodec_init(void)
|
||||
void ascodec_init(void)
|
||||
{
|
||||
afe_dev = open("/dev/afe", O_RDWR);
|
||||
return afe_dev;
|
||||
}
|
||||
|
||||
void ascodec_close(void)
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#include "powermgmt.h"
|
||||
#include "power.h"
|
||||
#include "file.h"
|
||||
#include "as3514.h"
|
||||
#include "adc.h"
|
||||
#include "sc900776.h"
|
||||
|
||||
const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue