Copy O-RAN 6.12 series from oran-linux repo #77
Annotations
6 errors and 1 warning
|
|
|
drivers/phy/adi/phy-adi-sdhci.c#L160
kernel: implicit declaration of function 'readw' [-Wimplicit-function-declaration]
160 | return readw(adi_phy->base + reg);
| ^~~~~
drivers/phy/adi/phy-adi-sdhci.c: In function 'adi_sdhci_phy_readb':
|
|
drivers/phy/adi/phy-adi-sdhci.c#L155
kernel: implicit declaration of function 'readl' [-Wimplicit-function-declaration]
155 | return readl(adi_phy->base + reg);
| ^~~~~
drivers/phy/adi/phy-adi-sdhci.c: In function 'adi_sdhci_phy_readw':
|
|
drivers/phy/adi/phy-adi-sdhci.c#L150
kernel: implicit declaration of function 'writeb' [-Wimplicit-function-declaration]
150 | writeb(val, adi_phy->base + reg);
| ^~~~~~
drivers/phy/adi/phy-adi-sdhci.c: In function 'adi_sdhci_phy_readl':
|
|
drivers/phy/adi/phy-adi-sdhci.c#L145
kernel: implicit declaration of function 'writew' [-Wimplicit-function-declaration]
145 | writew(val, adi_phy->base + reg);
| ^~~~~~
CC fs/proc/inode.o
CC arch/x86/mm/pat/memtype_interval.o
drivers/phy/adi/phy-adi-sdhci.c: In function 'adi_sdhci_phy_writeb':
|
|
drivers/phy/adi/phy-adi-sdhci.c#L140
kernel: implicit declaration of function 'writel' [-Wimplicit-function-declaration]
140 | writel(val, adi_phy->base + reg);
| ^~~~~~
CC fs/sysfs/dir.o
drivers/phy/adi/phy-adi-sdhci.c: In function 'adi_sdhci_phy_writew':
|
|
|
The logs for this run have expired and are no longer available.
Loading