diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-21 16:18:36 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:30:42 +0100 |
commit | c4ed38a0c6e2e5c4906296758f816ee71373792f (patch) | |
tree | 65ebab9ca61ea6d03109c53acd2989b626dce52a /drivers/char/lcd.h | |
parent | 049b13c358f0187cf3c5003d5fb9848dbcb28bc3 (diff) | |
download | op-kernel-dev-c4ed38a0c6e2e5c4906296758f816ee71373792f.zip op-kernel-dev-c4ed38a0c6e2e5c4906296758f816ee71373792f.tar.gz |
Resurrect Cobalt support for 2.6.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/char/lcd.h')
-rw-r--r-- | drivers/char/lcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/lcd.h b/drivers/char/lcd.h index 878a952..a8d4ae7 100644 --- a/drivers/char/lcd.h +++ b/drivers/char/lcd.h @@ -22,7 +22,7 @@ static int timeout(volatile unsigned long); #define MAX_IDLE_TIME 120 struct lcd_display { - unsigned long buttons; + unsigned buttons; int size1; int size2; unsigned char line1[LCD_CHARS_PER_LINE]; |