diff options
author | Matt Turner <mattst88@gmail.com> | 2010-12-02 17:00:11 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-12-03 02:25:52 -0500 |
commit | f9bbb26dd97254b66de11bb2abd821aa293ecba5 (patch) | |
tree | 2483f8eecb2db5a3b2fa56fa2c168f3d321d0ad2 /src/radeon_bios.c | |
parent | 9fc16ff3f8806971cb495e8838af1e5f9149d34f (diff) |
Add missing call to vbeFree (bug 4417)
Also kill unneeded vbe.h include from radeon_bios.c.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r-- | src/radeon_bios.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index 5810bdb6..b53a0ed8 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -40,7 +40,6 @@ #include "radeon_macros.h" #include "radeon_probe.h" #include "radeon_atombios.h" -#include "vbe.h" typedef enum { |