.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * ACPI support for PNP bus type |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2014, Intel Corporation |
---|
5 | 6 | * Authors: Zhang Rui <rui.zhang@intel.com> |
---|
6 | 7 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License version 2 as |
---|
10 | | - * published by the Free Software Foundation. |
---|
11 | 8 | */ |
---|
12 | 9 | |
---|
13 | 10 | #include <linux/acpi.h> |
---|
14 | 11 | #include <linux/module.h> |
---|
15 | 12 | #include <linux/ctype.h> |
---|
16 | 13 | |
---|
| 14 | +#include "internal.h" |
---|
| 15 | + |
---|
17 | 16 | static const struct acpi_device_id acpi_pnp_device_ids[] = { |
---|
18 | 17 | /* pata_isapnp */ |
---|
19 | 18 | {"PNP0600"}, /* Generic ESDI/IDE/ATA compatible hard disk controller */ |
---|