summaryrefslogtreecommitdiffstats
path: root/src/drivers/xgi/common/vb_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/xgi/common/vb_util.h')
-rw-r--r--src/drivers/xgi/common/vb_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/xgi/common/vb_util.h b/src/drivers/xgi/common/vb_util.h
index d5d30ed6c26a..bdf08be4562d 100644
--- a/src/drivers/xgi/common/vb_util.h
+++ b/src/drivers/xgi/common/vb_util.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * File taken verbatim from the Linux xgifb driver (v3.18.5)
- *
* 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.
@@ -13,6 +11,8 @@
* GNU General Public License for more details.
*/
+/* File taken from the Linux xgifb driver (v3.18.5) */
+
#ifndef _VBUTIL_
#define _VBUTIL_
extern void xgifb_reg_set(unsigned long, u8, u8);