| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mach-sa1100/badge4.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * Christopher Hoover <ch@hpl.hp.com> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * 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 | | - * |
|---|
| 15 | 11 | */ |
|---|
| 16 | 12 | #include <linux/module.h> |
|---|
| 17 | 13 | #include <linux/init.h> |
|---|
| .. | .. |
|---|
| 315 | 311 | } |
|---|
| 316 | 312 | |
|---|
| 317 | 313 | static struct sa1100_port_fns badge4_port_fns __initdata = { |
|---|
| 318 | | - //.get_mctrl = badge4_get_mctrl, |
|---|
| 319 | | - //.set_mctrl = badge4_set_mctrl, |
|---|
| 320 | 314 | .pm = badge4_uart_pm, |
|---|
| 321 | 315 | }; |
|---|
| 322 | 316 | |
|---|