.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2013 Aeroflex Gaisler |
---|
3 | 4 | * |
---|
.. | .. |
---|
9 | 10 | * |
---|
10 | 11 | * See "Documentation/devicetree/bindings/input/ps2keyb-mouse-apbps2.txt" for |
---|
11 | 12 | * information on open firmware properties. |
---|
12 | | - * |
---|
13 | | - * This program is free software; you can redistribute it and/or modify |
---|
14 | | - * it under the terms of the GNU General Public License as published by |
---|
15 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
16 | | - * (at your option) any later version. |
---|
17 | 13 | * |
---|
18 | 14 | * Contributors: Daniel Hellstrom <daniel@gaisler.com> |
---|
19 | 15 | */ |
---|
.. | .. |
---|
55 | 51 | |
---|
56 | 52 | struct apbps2_priv { |
---|
57 | 53 | struct serio *io; |
---|
58 | | - struct apbps2_regs *regs; |
---|
| 54 | + struct apbps2_regs __iomem *regs; |
---|
59 | 55 | }; |
---|
60 | 56 | |
---|
61 | 57 | static int apbps2_idx; |
---|