summaryrefslogtreecommitdiffstats
path: root/drivers/nor/m25p80.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nor/m25p80.h')
-rw-r--r--drivers/nor/m25p80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nor/m25p80.h b/drivers/nor/m25p80.h
index 34bf2e259a..957900e3a2 100644
--- a/drivers/nor/m25p80.h
+++ b/drivers/nor/m25p80.h
@@ -46,7 +46,7 @@ struct spi_device_id {
struct m25p {
struct spi_device *spi;
struct flash_info *info;
- struct mtd_info mtd;
+ struct mtd_info mtd;
struct cdev cdev;
char *name;
u32 erasesize;