diff options
author | Simon Glass <sjg@chromium.org> | 2020-12-28 20:35:01 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-01-05 12:26:35 -0700 |
commit | f31fa99a9ed92c223fbf56e07eae57e7bdea19ae (patch) | |
tree | 77464608e5ade074862d786989a966016974ebc1 /include/linux/mtd | |
parent | d1055d681af40963d1c4b1a517ae131f738983f4 (diff) | |
download | u-boot-f31fa99a9ed92c223fbf56e07eae57e7bdea19ae.tar.gz u-boot-f31fa99a9ed92c223fbf56e07eae57e7bdea19ae.tar.bz2 u-boot-f31fa99a9ed92c223fbf56e07eae57e7bdea19ae.zip |
dtoc: Rename dt-platdata.c to dt-plat.c
Use this new name to be consistent with the rest of U-Boot, which talks
about 'plat' for the platform data, which is what this file holds.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/spi-nor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h index 363f2749d7..4a8e19ee4f 100644 --- a/include/linux/mtd/spi-nor.h +++ b/include/linux/mtd/spi-nor.h @@ -262,7 +262,7 @@ struct spi_flash { * Defined below (keep this text to enable searching for spi_flash decl) * } */ -#ifndef DT_PLATDATA_C +#ifndef DT_PLAT_C #define spi_flash spi_nor #endif |