| .. | .. |
|---|
| 10 | 10 | * Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven. |
|---|
| 11 | 11 | * |
|---|
| 12 | 12 | * This work was made possible by help and equipment support from E-Ink |
|---|
| 13 | | - * Corporation. http://www.eink.com/ |
|---|
| 13 | + * Corporation. https://www.eink.com/ |
|---|
| 14 | 14 | * |
|---|
| 15 | 15 | * This driver is written to be used with the Metronome display controller. |
|---|
| 16 | 16 | * It is intended to be architecture independent. A board specific driver |
|---|
| .. | .. |
|---|
| 558 | 558 | return (err) ? err : count; |
|---|
| 559 | 559 | } |
|---|
| 560 | 560 | |
|---|
| 561 | | -static struct fb_ops metronomefb_ops = { |
|---|
| 561 | +static const struct fb_ops metronomefb_ops = { |
|---|
| 562 | 562 | .owner = THIS_MODULE, |
|---|
| 563 | 563 | .fb_write = metronomefb_write, |
|---|
| 564 | 564 | .fb_fillrect = metronomefb_fillrect, |
|---|