mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
arm: a37xx: pci: Cosmetic change
Update indentation in driver's private structure. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
1d7ad68559
commit
96a3c989dc
1 changed files with 7 additions and 7 deletions
|
@ -196,13 +196,13 @@
|
||||||
* @device: The pointer to PCI uclass device.
|
* @device: The pointer to PCI uclass device.
|
||||||
*/
|
*/
|
||||||
struct pcie_advk {
|
struct pcie_advk {
|
||||||
void *base;
|
void *base;
|
||||||
int first_busno;
|
int first_busno;
|
||||||
int sec_busno;
|
int sec_busno;
|
||||||
struct udevice *dev;
|
struct udevice *dev;
|
||||||
struct gpio_desc reset_gpio;
|
struct gpio_desc reset_gpio;
|
||||||
u32 cfgcache[0x34 - 0x10];
|
u32 cfgcache[0x34 - 0x10];
|
||||||
bool cfgcrssve;
|
bool cfgcrssve;
|
||||||
};
|
};
|
||||||
|
|
||||||
static inline void advk_writel(struct pcie_advk *pcie, uint val, uint reg)
|
static inline void advk_writel(struct pcie_advk *pcie, uint val, uint reg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue