.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Cirrus Logic CLPS711X FB driver |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru> |
---|
5 | 6 | * Based on driver by Russell King <rmk@arm.linux.org.uk> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License as published by |
---|
9 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
10 | | - * (at your option) any later version. |
---|
11 | 7 | */ |
---|
12 | 8 | |
---|
13 | 9 | #include <linux/clk.h> |
---|
.. | .. |
---|
157 | 153 | return 0; |
---|
158 | 154 | } |
---|
159 | 155 | |
---|
160 | | -static struct fb_ops clps711x_fb_ops = { |
---|
| 156 | +static const struct fb_ops clps711x_fb_ops = { |
---|
161 | 157 | .owner = THIS_MODULE, |
---|
162 | 158 | .fb_setcolreg = clps711x_fb_setcolreg, |
---|
163 | 159 | .fb_check_var = clps711x_fb_check_var, |
---|