.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * SMI methods for use with dell-smbios |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) Red Hat <mjg@redhat.com> |
---|
5 | 6 | * Copyright (c) 2014 Gabriele Mazzotta <gabriele.mzt@gmail.com> |
---|
6 | | - * Copyright (c) 2014 Pali Rohár <pali.rohar@gmail.com> |
---|
| 7 | + * Copyright (c) 2014 Pali Rohár <pali@kernel.org> |
---|
7 | 8 | * Copyright (c) 2017 Dell Inc. |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License version 2 as |
---|
11 | | - * published by the Free Software Foundation. |
---|
12 | 9 | */ |
---|
13 | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
---|
14 | 11 | |
---|
.. | .. |
---|
18 | 15 | #include <linux/module.h> |
---|
19 | 16 | #include <linux/mutex.h> |
---|
20 | 17 | #include <linux/platform_device.h> |
---|
21 | | -#include "../../firmware/dcdbas.h" |
---|
| 18 | +#include "dcdbas.h" |
---|
22 | 19 | #include "dell-smbios.h" |
---|
23 | 20 | |
---|
24 | 21 | static int da_command_address; |
---|