aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/aspeed/common/ast_dp501.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/aspeed/common/ast_dp501.c')
-rw-r--r--src/drivers/aspeed/common/ast_dp501.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/drivers/aspeed/common/ast_dp501.c b/src/drivers/aspeed/common/ast_dp501.c
index 2e8b897464..99b087550f 100644
--- a/src/drivers/aspeed/common/ast_dp501.c
+++ b/src/drivers/aspeed/common/ast_dp501.c
@@ -1,10 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * File taken from the Linux ast driver (v3.18.5)
- * coreboot-specific includes added at top and/or contents modified
- * as needed to function within the coreboot environment.
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
@@ -15,6 +11,12 @@
* GNU General Public License for more details.
*/
+/*
+ * File taken from the Linux ast driver (v3.18.5)
+ * coreboot-specific includes added at top and/or contents modified
+ * as needed to function within the coreboot environment.
+ */
+
#include <delay.h>
#include "ast_drv.h"