remove trailing whitespace
[coreboot.git] / src / southbridge / amd / cimx / sb900 / early.c
old mode 100755 (executable)
new mode 100644 (file)
index e09eb29..1176ca5
@@ -25,7 +25,6 @@
 #include <arch/romcc_io.h>     /* device_t */
 #include "SbPlatform.h"
 #include "SbEarly.h"
-#include "cfg.h"               /*sb900_cimx_config*/
 #include <console/console.h>
 #include <console/loglevel.h>
 #include "smbus.h"
@@ -143,7 +142,7 @@ void sb_Late_Post(void)
        //AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
        // VerifyImage() will fail, LocateImage() take minitues to find the image.
        sbLatePost(&sb_early_cfg);
-       
+
        //Set ACPI SCI IRQ to 0x9.
        data = CONFIG_ACPI_SCI_IRQ;
        outb(0x10, 0xC00);