diff options
Diffstat (limited to 'firmware/target/hosted/samsungypr/ypr1')
-rw-r--r-- | firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c b/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c index 9a8f9747ae..7eeea721a5 100644 --- a/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c +++ b/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c @@ -18,19 +18,19 @@ * ****************************************************************************/ -#include "config.h" #include <sys/ioctl.h> +#include <fcntl.h> +#include <stdio.h> +#include <unistd.h> + +#include "config.h" #include "kernel.h" #include "powermgmt.h" #include "power.h" -#include "file.h" #include "adc.h" #include "radio-ypr.h" #include "pmu-ypr1.h" #include "ioctl-ypr1.h" -#include "stdio.h" -#include "unistd.h" -#include "fcntl.h" #include "system.h" #define MAX17040_VCELL 0x02 |