From cab5901e93bfe4f3cfd8cf9cda2558d22568f7a2 Mon Sep 17 00:00:00 2001 From: Ville Syrjala Date: Fri, 8 Dec 2006 02:40:43 -0800 Subject: [PATCH] atyfb: Remove aty_cmap_regs Remove aty_cmap_regs. Access the LUT in the same way as other registers. Signed-off-by: Ville Syrjala Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/aty/atyfb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/video/aty/atyfb.h') diff --git a/drivers/video/aty/atyfb.h b/drivers/video/aty/atyfb.h index e8dc5d10bd8..c9b35c6b0b6 100644 --- a/drivers/video/aty/atyfb.h +++ b/drivers/video/aty/atyfb.h @@ -126,7 +126,6 @@ union aty_pll { */ struct atyfb_par { - struct aty_cmap_regs __iomem *aty_cmap_regs; struct { u8 red, green, blue; } palette[256]; const struct aty_dac_ops *dac_ops; const struct aty_pll_ops *pll_ops; -- cgit v1.2.3