diff options
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 878a95280e87..a8d4ae737158 100644 --- a/drivers/char/lcd.h +++ b/drivers/char/lcd.h | |||
| @@ -22,7 +22,7 @@ static int timeout(volatile unsigned long); | |||
| 22 | #define MAX_IDLE_TIME 120 | 22 | #define MAX_IDLE_TIME 120 |
| 23 | 23 | ||
| 24 | struct lcd_display { | 24 | struct lcd_display { |
| 25 | unsigned long buttons; | 25 | unsigned buttons; |
| 26 | int size1; | 26 | int size1; |
| 27 | int size2; | 27 | int size2; |
| 28 | unsigned char line1[LCD_CHARS_PER_LINE]; | 28 | unsigned char line1[LCD_CHARS_PER_LINE]; |
