aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/aspeed/ast2050/ast2050.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/aspeed/ast2050/ast2050.c')
-rw-r--r--src/drivers/aspeed/ast2050/ast2050.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/drivers/aspeed/ast2050/ast2050.c b/src/drivers/aspeed/ast2050/ast2050.c
index 035d5c6ef9..631372d428 100644
--- a/src/drivers/aspeed/ast2050/ast2050.c
+++ b/src/drivers/aspeed/ast2050/ast2050.c
@@ -12,17 +12,15 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
-#include <delay.h>
+
#include <stdlib.h>
#include <arch/io.h>
#include <edid.h>
-
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
-
#include <pc80/vga.h>
#include "../common/aspeed_coreboot.h"