mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
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>
This commit is contained in:
parent
e6f76d555e
commit
3ae6030cf9
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
||||||
#include <clk.h>
|
#include <clk.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <dm.h>
|
#include <dm.h>
|
||||||
#include <dm/platform_data/pl022_spi.h>
|
#include <dm/platform_data/spi_pl022.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <spi.h>
|
#include <spi.h>
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
* in ofdata_to_platdata.
|
* in ofdata_to_platdata.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __PL022_SPI_H__
|
#ifndef __spi_pl022_h
|
||||||
#define __PL022_SPI_H__
|
#define __spi_pl022_h
|
||||||
|
|
||||||
#include <fdtdec.h>
|
#include <fdtdec.h>
|
||||||
|
|
||||||
|
@ -18,4 +18,4 @@ struct pl022_spi_pdata {
|
||||||
unsigned int freq;
|
unsigned int freq;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif /* __spi_pl022_h */
|
Loading…
Add table
Reference in a new issue