hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/serio/apbps2.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (C) 2013 Aeroflex Gaisler
34 *
....@@ -9,11 +10,6 @@
910 *
1011 * See "Documentation/devicetree/bindings/input/ps2keyb-mouse-apbps2.txt" for
1112 * 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.
1713 *
1814 * Contributors: Daniel Hellstrom <daniel@gaisler.com>
1915 */
....@@ -55,7 +51,7 @@
5551
5652 struct apbps2_priv {
5753 struct serio *io;
58
- struct apbps2_regs *regs;
54
+ struct apbps2_regs __iomem *regs;
5955 };
6056
6157 static int apbps2_idx;