diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2017-07-10 15:51:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-10 16:32:34 -0700 |
commit | bc6245e5efd70c41eaf9334b1b5e646745cb0fb3 (patch) | |
tree | 534daeb120d3a1d716136eb32e0ce97bc69ff335 /drivers/block/brd.c | |
parent | 47e81e59d98b90727a02ceb486407eeed5eb8727 (diff) | |
download | op-kernel-dev-bc6245e5efd70c41eaf9334b1b5e646745cb0fb3.zip op-kernel-dev-bc6245e5efd70c41eaf9334b1b5e646745cb0fb3.tar.gz |
bug: split BUILD_BUG stuff out into <linux/build_bug.h>
Including <linux/bug.h> pulls in a lot of bloat from <asm/bug.h> and
<asm-generic/bug.h> that is not needed to call the BUILD_BUG() family of
macros. Split them out into their own header, <linux/build_bug.h>.
Also correct some checkpatch.pl errors for the BUILD_BUG_ON_ZERO() and
BUILD_BUG_ON_NULL() macros by adding parentheses around the bitfield
widths that begin with a minus sign.
Link: http://lkml.kernel.org/r/20170525120316.24473-6-abbotti@mev.co.uk
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Acked-by: Kees Cook <keescook@chromium.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Jakub Kicinski <jakub.kicinski@netronome.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/brd.c')
0 files changed, 0 insertions, 0 deletions