modemloader: Fix compilation warnings

Change-Id: I2c52b329cfe27e2df2f13213036b533c53e39d42
This commit is contained in:
Andreas Schneider 2016-01-04 13:59:17 +01:00
parent de5e3c618d
commit 87a5957b93

View File

@ -15,6 +15,9 @@
* limitations under the License.
*/
#define LOG_TAG "modemloader"
#define LOG_NDEBUG 0
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
@ -31,9 +34,6 @@
#include <cutils/properties.h>
#include <cutils/log.h>
#define LOG_TAG "modemloader"
#define LOG_NDEBUG 0
void parse_hardware_revision(unsigned int *revision)
{
const char *cpuinfo = "/proc/cpuinfo";