From patchwork Fri Oct 1 04:31:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Drop unneeded header from i82371eb_enable_rom.c Date: Fri, 01 Oct 2010 04:31:47 -0000 From: Keith Hui X-Patchwork-Id: 2014 Message-Id: To: coreboot@coreboot.org A "I am alive" ping kind of patch while I continue to figure out ACPI for 440BX boards among other things. Drops from the file. My coreboot still compiles fine without it. abuild tested. Signed-off-by: Keith Hui Index: i82371eb_enable_rom.c =================================================================== --- i82371eb_enable_rom.c (revision 5888) +++ i82371eb_enable_rom.c (working copy) @@ -18,7 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include "i82371eb.h" static void i82371eb_enable_rom(device_t dev)