auxdisplay: hd44780_common_print
[linux-2.6-microblaze.git] / drivers / auxdisplay / hd44780.c
index dc47385..9680bb6 100644 (file)
@@ -126,6 +126,7 @@ static void hd44780_write_data_gpio8(struct hd44780_common *hdc, int data)
 
 static const struct charlcd_ops hd44780_ops_gpio8 = {
        .backlight      = hd44780_backlight,
+       .print          = hd44780_common_print,
 };
 
 /* Send a command to the LCD panel in 4 bit GPIO mode */
@@ -169,6 +170,7 @@ static void hd44780_write_data_gpio4(struct hd44780_common *hdc, int data)
 
 static const struct charlcd_ops hd44780_ops_gpio4 = {
        .backlight      = hd44780_backlight,
+       .print          = hd44780_common_print,
 };
 
 static int hd44780_probe(struct platform_device *pdev)