diff options
Diffstat (limited to 'src/drivers/xgi/common/XGIfb.h')
-rw-r--r-- | src/drivers/xgi/common/XGIfb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/xgi/common/XGIfb.h b/src/drivers/xgi/common/XGIfb.h index e3b998a3d6..a528dae4b9 100644 --- a/src/drivers/xgi/common/XGIfb.h +++ b/src/drivers/xgi/common/XGIfb.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 _LINUX_XGIFB #define _LINUX_XGIFB #include "vgatypes.h" |