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:
Marek Behún 2021-09-26 00:54:45 +02:00 committed by Stefan Roese
parent 1d7ad68559
commit 96a3c989dc

View file

@ -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)