spi: altera_spi: Add missing <time.h> to altera_spi.c
This driver references the get_timer macro while relying on an indirection inclusion of <time.h>. Add the missing include directly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <malloc.h>
|
||||
#include <fdtdec.h>
|
||||
#include <spi.h>
|
||||
#include <time.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user