diff options
author | Michal Simek | 2008-07-14 19:45:45 +0200 |
---|---|---|
committer | Wolfgang Denk | 2008-08-18 23:36:17 +0200 |
commit | eb59ea45ab77c14b090ea857d9ea9f902f40db0b (patch) | |
tree | f63974b0adaec90130a4fafdaf484da5af3795e0 /drivers/video/ati_radeon_fb.c | |
parent | 871c18dd301752270e1f74328c846c3104be1e2e (diff) |
video: Clean drivers/video/Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/video/ati_radeon_fb.c')
-rw-r--r-- | drivers/video/ati_radeon_fb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/ati_radeon_fb.c b/drivers/video/ati_radeon_fb.c index a1e7baec164..650380b2c25 100644 --- a/drivers/video/ati_radeon_fb.c +++ b/drivers/video/ati_radeon_fb.c @@ -35,8 +35,6 @@ #include <common.h> -#ifdef CONFIG_ATI_RADEON_FB - #include <command.h> #include <pci.h> #include <asm/processor.h> @@ -777,4 +775,3 @@ void video_set_lut (unsigned int index, /* color number */ OUTREG(PALETTE_INDEX, index); OUTREG(PALETTE_DATA, (r << 16) | (g << 8) | b); } -#endif |