serial: ifx6x60: Fix missing include for msleep

Noted by Stephen Rothwell

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Alan Cox 2010-11-12 10:46:23 +00:00 committed by Greg Kroah-Hartman
parent 8ddbe5edfb
commit 83abd0d897

View File

@ -60,6 +60,7 @@
#include <linux/pm.h>
#include <linux/pm_runtime.h>
#include <linux/spi/ifx_modem.h>
#include <linux/delay.h>
#include "ifx6x60.h"