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: call to undeclared function 'readw'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
160 | return readw(adi_phy->base + reg);
| ^
|
|
drivers/phy/adi/phy-adi-sdhci.c#L155
kernel: call to undeclared function 'readl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
155 | return readl(adi_phy->base + reg);
| ^
|
|
drivers/phy/adi/phy-adi-sdhci.c#L150
kernel: call to undeclared function 'writeb'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
150 | writeb(val, adi_phy->base + reg);
| ^
|
|
drivers/phy/adi/phy-adi-sdhci.c#L145
kernel: call to undeclared function 'writew'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
145 | writew(val, adi_phy->base + reg);
| ^
|
|
drivers/phy/adi/phy-adi-sdhci.c#L140
kernel: call to undeclared function 'writel'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
140 | writel(val, adi_phy->base + reg);
| ^
|
|
|
The logs for this run have expired and are no longer available.
Loading