From 0d61f3fcde67185b99075c17bc8fa13273beef07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Sun, 30 Sep 2018 20:09:58 +0200 Subject: sb/amd/pi/hudson: Remove #if 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4cf69dc3df2afaa8f33864374ea93548ab7ad810 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/28830 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Paul Menzel --- src/southbridge/amd/pi/hudson/chip.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/southbridge/amd/pi/hudson/chip.h') diff --git a/src/southbridge/amd/pi/hudson/chip.h b/src/southbridge/amd/pi/hudson/chip.h index aefd310cbd..511b586cb4 100644 --- a/src/southbridge/amd/pi/hudson/chip.h +++ b/src/southbridge/amd/pi/hudson/chip.h @@ -18,14 +18,12 @@ struct southbridge_amd_pi_hudson_config { - #if 1 u32 ide0_enable : 1; u32 sata0_enable : 1; u32 boot_switch_sata_ide : 1; u32 hda_viddid; u8 gpp_configuration; u8 sd_mode; - #endif }; #endif /* HUDSON_CHIP_H */ -- cgit v1.2.3