From 73a398fad996d19d50cf61dfdaf9b96c3f62634f Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Wed, 6 Jul 2011 15:29:39 +0200 Subject: [PATCH 104/107] AT91: LCD include: remove not needed comment Signed-off-by: Nicolas Ferre --- arch/arm/mach-at91/include/mach/atmel_hlcdc.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-at91/include/mach/atmel_hlcdc.h b/arch/arm/mach-at91/include/mach/atmel_hlcdc.h index 0b26f27..24b38d1 100644 --- a/arch/arm/mach-at91/include/mach/atmel_hlcdc.h +++ b/arch/arm/mach-at91/include/mach/atmel_hlcdc.h @@ -29,9 +29,6 @@ #define LCDC_LCDCFG0_CLKPWMSEL (0x1 << 3) #define LCDC_LCDCFG0_CGDISBASE (0x1 << 8) #define LCDC_LCDCFG0_CGDISOVR1 (0x1 << 9) -/* XXX: maybe this is 1 << 10? At least the LCD Interrupt registers - * use 10 while the documentation specifies 11. - */ #define LCDC_LCDCFG0_CGDISHEO (0x1 << 11) #define LCDC_LCDCFG0_CGDISHCR (0x1 << 12) #define LCDC_LCDCFG0_CLKDIV_OFFSET 16 -- 1.7.5.4