Re: [PATCH] pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h>
From: Linus Walleij <hidden>
Date: 2017-09-12 07:35:24
Also in:
linux-arm-kernel, lkml
From: Linus Walleij <hidden>
Date: 2017-09-12 07:35:24
Also in:
linux-arm-kernel, lkml
On Sat, Sep 2, 2017 at 7:26 PM, Masahiro Yamada [off-list ref] wrote:
The #includes <linux/bug.h> is here to use BUILD_BUG_ON_ZERO().
Thanks to commit bc6245e5efd7 ("bug: split BUILD_BUG stuff out into
<linux/build_bug.h>"), it is now possible to reduce the number of
headers pulled in.
Signed-off-by: Masahiro Yamada <redacted>Patch applied for fixes. Yours, Linus Walleij