spi_flash.h: pull in linux/types.h for u## types

master
Mike Frysinger 15 years ago committed by Wolfgang Denk
parent 0008555f4d
commit e06ab6546b
  1. 1
      include/spi_flash.h

@ -24,6 +24,7 @@
#define _SPI_FLASH_H_
#include <spi.h>
#include <linux/types.h>
struct spi_flash_region {
unsigned int count;

Loading…
Cancel
Save