On Thu, Nov 16, 2017 at 11:29 PM, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
On Thu, Nov 16, 2017 at 2:02 PM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
ARM: SoC driver updates for v4.15
No. This is completely broken, and I can't imagine that it has ever
compiled for *anybody*.
drivers/soc/renesas/r8a77970-sysc.c:14:10: fatal error:
dt-bindings/power/r8a77970-sysc.h: No such file or directory
#include <dt-bindings/power/r8a77970-sysc.h>
and the compiler is completely right. This branch added that
r8a77970-sysc.c file, but never added the header file.
And it's not some odd merge mistake of mine: I checked. That error is
there in the original branch too.
Tssk.
Right, I need to figure out how this could have slipped through. I did
get several "BUILD SUCCESS" mails from the kbuild bot (see
https://pastebin.com/JDw3EKDZ), which claims to have built it
successfully in all configurations, including allmodconfig builds on
arm/arm64 and x86-64. Fengguang, do you remember problems
with false-negatives recently?