src/soc/intel: remove force-included header compiler.h from file
commit9228f9e49ad2b6ed28056988880032b638ffbf09
authorMartin Roth <gaumless@gmail.com>
Mon, 5 Sep 2022 16:41:32 +0000 (5 10:41 -0600)
committerFelix Held <felix-coreboot@felixheld.de>
Tue, 6 Sep 2022 17:57:51 +0000 (6 17:57 +0000)
tree3d009c6844e89247a8453b6307ca92868c577147
parent7a9716bb45066795b59b3c82374d0d7c5b8b7062
src/soc/intel: remove force-included header compiler.h from file

The header file `compiler.h` is automatically included in the build by
the top level makefile using the command:
`-include $(src)/commonlib/bsd/include/commonlib/bsd/compiler.h`.

Similar to `config.h`, 'kconfig.h`, and 'rules.h`, this file does not
need to be included manually, so remove it.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I5d3eb3f5e5f940910b2d45e0a2ae508e5ce91609
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67349
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
src/soc/intel/common/block/scs/early_mmc.c