summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javierm@redhat.com>2022-06-10 12:00:05 +0300
committerArd Biesheuvel <ardb@kernel.org>2022-06-21 19:11:43 +0300
commit34705a57e7df97d161324263c103c4d4d120dfe7 (patch)
tree242b1b0625e057fd0702549e4bf3ef6e8c577f44 /arch
parentf2906aa863381afb0015a9eb7fefad885d4e5a56 (diff)
downloadlinux-34705a57e7df97d161324263c103c4d4d120dfe7.tar.xz
efi: sysfb_efi: remove unnecessary <asm/efi.h> include
Nothing defined in the header is used by drivers/firmware/efi/sysfb_efi.c but also, including it can lead to build errors when built on arches that don't have an asm/efi.h header file. This can happen for example if a driver that is built when COMPILE_TEST is enabled selects the SYSFB symbol, e.g. on powerpc with allyesconfig: drivers/firmware/efi/sysfb_efi.c:29:10: fatal error: asm/efi.h: No such file or directory 29 | #include <asm/efi.h> | ^~~~~~~~~~~ Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions