diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-09 22:55:14 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-09 22:55:14 +0100 |
| commit | f4518cf996c137e18cd70dd2d23ba9d8cfcfb526 (patch) | |
| tree | 416952ac9efd8fc0bd7b67cbc50ed8177fac2b56 /video/vesa.c | |
| parent | 7e965f276c47d29969f5470533d40df03536d190 (diff) | |
passing vesa physbase to vmem and some cleanup
Diffstat (limited to 'video/vesa.c')
| -rw-r--r-- | video/vesa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video/vesa.c b/video/vesa.c index 8952f81..a5ee4e5 100644 --- a/video/vesa.c +++ b/video/vesa.c @@ -4,7 +4,6 @@ #include "vesa.h" #include "lib/logger/log.h" // logger facilities -#include "lib/int/stdint.h" #include "lib/printf/printf.h" #define FOOLOS_MODULE_NAME "vesa" |
