Add an assembly guard around linux/bitops.h
authorSimon Glass <sjg@chromium.org>
Wed, 4 Nov 2020 16:57:14 +0000 (09:57 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 5 Nov 2020 06:58:45 +0000 (14:58 +0800)
commit1779b8a96a32706dc8e2e71187889b38d9822443
tree0662d88429c8d72b0d993fe37dc5aee259d47745
parent43a218b65366e225297a20442b49d07129765f73
Add an assembly guard around linux/bitops.h

This file can be included by any header but it includes C code. Guard it
to avoid errors when compiling ASL, etc.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/linux/bitops.h