modemloader: Fix compilation warnings

Change-Id: I2c52b329cfe27e2df2f13213036b533c53e39d42
tirimbino
Andreas Schneider 9 years ago
parent de5e3c618d
commit 87a5957b93
  1. 6
      modemloader/modemloader.c

@ -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";

Loading…
Cancel
Save