Commit 53e0f559 authored by Russell King's avatar Russell King

[ARM] Remove unused msleep() function in h3600.c

parent c6e0035e
......@@ -51,12 +51,6 @@
struct ipaq_model_ops ipaq_model_ops;
EXPORT_SYMBOL(ipaq_model_ops);
static void msleep(unsigned int msec)
{
current->state = TASK_INTERRUPTIBLE;
schedule_timeout((msec * HZ + 999) / 1000);
}
/*
* low-level UART features
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment