Skip to content
Commit 418d6e29 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h



This header file has the following check at the top:

  #ifndef __ASSEMBLY__
  #warning "asm/dwarf2.h should be only included in pure assembly files"
  #endif

So, we expect defined(__ASSEMBLY__) is always true.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: default avatarNick Desaulniers <ndesaulniers@google.com>
Acked-by: default avatarIngo Molnar <mingo@kernel.org>
parent 06bd48b6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment