am d25b8502: Merge "Fix unused param warning"

* commit 'd25b8502ea2c1294c0afab97bf7f14fbd2087efd':
  Fix unused param warning
This commit is contained in:
Stephen Hines 2012-08-08 16:02:47 -07:00 committed by Android Git Automerger
commit 67bdfa9823

View file

@ -38,7 +38,7 @@ static pthread_t suspend_thread;
static sem_t suspend_lockout;
static const char *sleep_state = "mem";
static void *suspend_thread_func(void *arg)
static void *suspend_thread_func(void *arg __attribute__((unused)))
{
char buf[80];
char wakeup_count[20];