diff options
| -rw-r--r-- | drivers/spi/ich.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c index 64601445606..eeb4c274b8d 100644 --- a/drivers/spi/ich.c +++ b/drivers/spi/ich.c @@ -6,6 +6,7 @@   */  #include <common.h> +#include <div64.h>  #include <dm.h>  #include <errno.h>  #include <malloc.h> @@ -13,9 +14,8 @@  #include <pci.h>  #include <pci_ids.h>  #include <spi.h> -#include <asm/io.h>  #include <spi-mem.h> -#include <div64.h> +#include <asm/io.h>  #include "ich.h" | 
