summaryrefslogtreecommitdiff
path: root/drivers/video/ati_radeon_fb.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2008-07-14 19:45:45 +0200
committerWolfgang Denk <wd@denx.de>2008-08-18 23:36:17 +0200
commiteb59ea45ab77c14b090ea857d9ea9f902f40db0b (patch)
treef63974b0adaec90130a4fafdaf484da5af3795e0 /drivers/video/ati_radeon_fb.c
parent871c18dd301752270e1f74328c846c3104be1e2e (diff)
downloadu-boot-imx-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.zip
u-boot-imx-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.tar.gz
u-boot-imx-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.tar.bz2
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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/ati_radeon_fb.c b/drivers/video/ati_radeon_fb.c
index a1e7bae..650380b 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