diff options
Diffstat (limited to 'drivers/video/ct69000.c')
-rw-r--r-- | drivers/video/ct69000.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/ct69000.c b/drivers/video/ct69000.c index 29d82e4..cae662e 100644 --- a/drivers/video/ct69000.c +++ b/drivers/video/ct69000.c @@ -31,8 +31,6 @@ #include <video_fb.h> #include "videomodes.h" -#ifdef CONFIG_VIDEO_CT69000 - /* debug */ #undef VGA_DEBUG #undef VGA_DUMP_REG @@ -1280,7 +1278,4 @@ video_hw_bitblt (unsigned int bpp, /* bytes per pixel */ out32r (pGD->pciBase + BR08_o, (dim_y << 16) + dim_x); /* start the BITBlt */ video_wait_bitblt (pGD->pciBase + BR04_o); } - -#endif /* CONFIG_CT69000 */ - #endif /* CONFIG_VIDEO */ |