hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/platform/x86/dell-smbios-smm.c
....@@ -1,14 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * SMI methods for use with dell-smbios
34 *
45 * Copyright (c) Red Hat <mjg@redhat.com>
56 * 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>
78 * 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.
129 */
1310 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
1411
....@@ -18,7 +15,7 @@
1815 #include <linux/module.h>
1916 #include <linux/mutex.h>
2017 #include <linux/platform_device.h>
21
-#include "../../firmware/dcdbas.h"
18
+#include "dcdbas.h"
2219 #include "dell-smbios.h"
2320
2421 static int da_command_address;