hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-sa1100/badge4.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/mach-sa1100/badge4.c
34 *
....@@ -7,11 +8,6 @@
78 * Christopher Hoover <ch@hpl.hp.com>
89 *
910 * Copyright (C) 2002 Hewlett-Packard Company
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License version 2 as
13
- * published by the Free Software Foundation.
14
- *
1511 */
1612 #include <linux/module.h>
1713 #include <linux/init.h>
....@@ -315,8 +311,6 @@
315311 }
316312
317313 static struct sa1100_port_fns badge4_port_fns __initdata = {
318
- //.get_mctrl = badge4_get_mctrl,
319
- //.set_mctrl = badge4_set_mctrl,
320314 .pm = badge4_uart_pm,
321315 };
322316