diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/sdio_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/sdio_func.h b/include/linux/mmc/sdio_func.h index aab032a6ae61..97ca105347a6 100644 --- a/include/linux/mmc/sdio_func.h +++ b/include/linux/mmc/sdio_func.h | |||
| @@ -53,7 +53,7 @@ struct sdio_func { | |||
| 53 | unsigned int state; /* function state */ | 53 | unsigned int state; /* function state */ |
| 54 | #define SDIO_STATE_PRESENT (1<<0) /* present in sysfs */ | 54 | #define SDIO_STATE_PRESENT (1<<0) /* present in sysfs */ |
| 55 | 55 | ||
| 56 | u8 tmpbuf[4]; /* DMA:able scratch buffer */ | 56 | u8 *tmpbuf; /* DMA:able scratch buffer */ |
| 57 | 57 | ||
| 58 | unsigned num_info; /* number of info strings */ | 58 | unsigned num_info; /* number of info strings */ |
| 59 | const char **info; /* info strings */ | 59 | const char **info; /* info strings */ |
