diff options
author | Ville Syrjala <syrjala@sci.fi> | 2006-12-08 13:40:43 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 19:29:07 +0300 |
commit | cab5901e93bfe4f3cfd8cf9cda2558d22568f7a2 (patch) | |
tree | 8de4f0586cfeac786eeb48699fa61b5862c4649c /drivers/video/aty/atyfb.h | |
parent | 5850e0cf9a2345498fe2545c37118ef9405044eb (diff) | |
download | linux-cab5901e93bfe4f3cfd8cf9cda2558d22568f7a2.tar.xz |
[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 <syrjala@sci.fi>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/aty/atyfb.h')
-rw-r--r-- | drivers/video/aty/atyfb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/aty/atyfb.h b/drivers/video/aty/atyfb.h index e8dc5d10bd87..c9b35c6b0b69 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; |