|
@@ -68,19 +68,7 @@ struct epson1355_par {
|
|
|
|
|
|
/* ------------------------------------------------------------------------- */
|
|
|
|
|
|
-#ifdef CONFIG_SUPERH
|
|
|
-
|
|
|
-static inline u8 epson1355_read_reg(int index)
|
|
|
-{
|
|
|
- return ctrl_inb(par.reg_addr + index);
|
|
|
-}
|
|
|
-
|
|
|
-static inline void epson1355_write_reg(u8 data, int index)
|
|
|
-{
|
|
|
- ctrl_outb(data, par.reg_addr + index);
|
|
|
-}
|
|
|
-
|
|
|
-#elif defined(CONFIG_ARM)
|
|
|
+#if defined(CONFIG_ARM)
|
|
|
|
|
|
# ifdef CONFIG_ARCH_CEIVA
|
|
|
# include <asm/arch/hardware.h>
|
|
@@ -290,7 +278,7 @@ static int epson1355fb_blank(int blank_mode, struct fb_info *info)
|
|
|
struct epson1355_par *par = info->par;
|
|
|
|
|
|
switch (blank_mode) {
|
|
|
- case FB_BLANK_UNBLANKING:
|
|
|
+ case FB_BLANK_UNBLANK:
|
|
|
case FB_BLANK_NORMAL:
|
|
|
lcd_enable(par, 1);
|
|
|
backlight_enable(1);
|