diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-31 16:07:01 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-06-04 02:38:01 +0000 |
commit | f369e60329afc60af69338305db090b92ba315ab (patch) | |
tree | b306028845b0f16b40c621fef38f5484ff55b24c /src/northbridge/intel/haswell | |
parent | 2ec4183c3c93728e5f94e57fe1d10d72843ca7ec (diff) |
northbridge/intel: Remove unneeded includes
Change-Id: Id299295784d6fcb04234b085566995bbd8a03d01
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26734
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/northbridge/intel/haswell')
-rw-r--r-- | src/northbridge/intel/haswell/northbridge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/northbridge.c b/src/northbridge/intel/haswell/northbridge.c index 613e982d1c..f61a478431 100644 --- a/src/northbridge/intel/haswell/northbridge.c +++ b/src/northbridge/intel/haswell/northbridge.c @@ -20,7 +20,6 @@ #include <stdint.h> #include <delay.h> #include <cpu/intel/haswell/haswell.h> -#include <cpu/x86/msr.h> #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> |