diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-07 11:53:54 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-20 19:39:53 +0000 |
commit | 72c2e11beb7c3f0992dcb633cfb955983f53bdf5 (patch) | |
tree | f27db19647c8bcffc21af1a0d3884bc0d4c56943 | |
parent | 568670f94d943edeb07b2b7ac6d43285d8c5e840 (diff) |
nb/intel/i945/i945.h: Drop useless guard
i945.h file is not used to generate asl files.
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I93bf96f8a86a2652a88f3a129ec197048dd914a4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68215
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/northbridge/intel/i945/i945.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/northbridge/intel/i945/i945.h b/src/northbridge/intel/i945/i945.h index 3470a77eee..4818a730ab 100644 --- a/src/northbridge/intel/i945/i945.h +++ b/src/northbridge/intel/i945/i945.h @@ -8,9 +8,6 @@ #define DEFAULT_X60BAR 0xfed13000 -/* Everything below this line is ignored in the DSDT */ -#ifndef __ACPI__ - /* Display defines for the interrupt 15h handler */ #define INT15_5F35_CL_DISPLAY_DEFAULT 0 #define INT15_5F35_CL_DISPLAY_CRT (1 << 0) @@ -348,6 +345,4 @@ void mainboard_late_rcba_config(void); /* Optional: mainboard callback to get SPD map */ void mainboard_get_spd_map(u8 spd_map[4]); -#endif /* __ACPI__ */ - #endif /* NORTHBRIDGE_INTEL_I945_H */ |