.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * SMBus driver for ACPI Embedded Controller (v0.1) |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) 2007 Alexey Starikovskiy |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License as published by |
---|
8 | | - * the Free Software Foundation version 2. |
---|
9 | 6 | */ |
---|
10 | 7 | |
---|
11 | 8 | #include <linux/acpi.h> |
---|
.. | .. |
---|
179 | 176 | EXPORT_SYMBOL_GPL(acpi_smbus_write); |
---|
180 | 177 | |
---|
181 | 178 | int acpi_smbus_register_callback(struct acpi_smb_hc *hc, |
---|
182 | | - smbus_alarm_callback callback, void *context) |
---|
| 179 | + smbus_alarm_callback callback, void *context) |
---|
183 | 180 | { |
---|
184 | 181 | mutex_lock(&hc->lock); |
---|
185 | 182 | hc->callback = callback; |
---|