diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-11-30 14:53:24 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-16 11:51:07 +0000 |
commit | 5c29daa150c5ba0a8acbdec90013f6526ac8d1f7 (patch) | |
tree | bc8db9ff7e752d2532531bbd6dad8c8713841f39 /src/soc/intel/icelake | |
parent | f86baf3e903ddd81369b9ef7605fb5463498cbff (diff) |
buildsystem: Promote rules.h to default include
Does not fix 3rdparty/, *.S or *.ld or yet.
Change-Id: I66b48013dd89540b35ab219d2b64bc13f5f19cda
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/17656
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/intel/icelake')
-rw-r--r-- | src/soc/intel/icelake/include/soc/pci_devs.h | 1 | ||||
-rw-r--r-- | src/soc/intel/icelake/pmutil.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/icelake/include/soc/pci_devs.h b/src/soc/intel/icelake/include/soc/pci_devs.h index 94f1d0d7c8..13c56d6b48 100644 --- a/src/soc/intel/icelake/include/soc/pci_devs.h +++ b/src/soc/intel/icelake/include/soc/pci_devs.h @@ -17,7 +17,6 @@ #define _SOC_ICELAKE_PCI_DEVS_H_ #include <device/pci_def.h> -#include <rules.h> #define _SA_DEVFN(slot) PCI_DEVFN(SA_DEV_SLOT_ ## slot, 0) #define _PCH_DEVFN(slot, func) PCI_DEVFN(PCH_DEV_SLOT_ ## slot, func) diff --git a/src/soc/intel/icelake/pmutil.c b/src/soc/intel/icelake/pmutil.c index abd52c4ff0..2f089331d3 100644 --- a/src/soc/intel/icelake/pmutil.c +++ b/src/soc/intel/icelake/pmutil.c @@ -30,7 +30,6 @@ #include <intelblocks/rtc.h> #include <intelblocks/tco.h> #include <halt.h> -#include <rules.h> #include <stdlib.h> #include <soc/gpe.h> #include <soc/gpio.h> |