diff options
author | Jagan Teki | 2018-11-22 11:54:08 +0530 |
---|---|---|
committer | Jagan Teki | 2018-11-27 21:06:46 +0530 |
commit | 3ae6030cf9587d310ee9cb8c3b17e9a8693f7636 (patch) | |
tree | 0da0c9f0a93037f4431a77286ea5d50df8faeeb5 /include | |
parent | e6f76d555e3b1d23dec3c9c7b73a51ea1ac3ec30 (diff) |
dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h
Rename platform_data include file as spi_pl022.h from pl022_spi.h,
this is generic notation used for spi platdata include files.
Acked-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dm/platform_data/spi_pl022.h (renamed from include/dm/platform_data/pl022_spi.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dm/platform_data/pl022_spi.h b/include/dm/platform_data/spi_pl022.h index df8870169dd..63a58ee4535 100644 --- a/include/dm/platform_data/pl022_spi.h +++ b/include/dm/platform_data/spi_pl022.h @@ -7,8 +7,8 @@ * in ofdata_to_platdata. */ -#ifndef __PL022_SPI_H__ -#define __PL022_SPI_H__ +#ifndef __spi_pl022_h +#define __spi_pl022_h #include <fdtdec.h> @@ -18,4 +18,4 @@ struct pl022_spi_pdata { unsigned int freq; }; -#endif +#endif /* __spi_pl022_h */ |