diff options
Diffstat (limited to 'src/drivers/xgi/common/vb_struct.h')
-rw-r--r-- | src/drivers/xgi/common/vb_struct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/xgi/common/vb_struct.h b/src/drivers/xgi/common/vb_struct.h index f1fe5c8c99..705a1aed59 100644 --- a/src/drivers/xgi/common/vb_struct.h +++ b/src/drivers/xgi/common/vb_struct.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 _VB_STRUCT_ #define _VB_STRUCT_ |