summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/acpi/ac.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/acpi/ac.c')
-rw-r--r--kernel/drivers/acpi/ac.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/kernel/drivers/acpi/ac.c b/kernel/drivers/acpi/ac.c
index bbcc2b5a7..f71b756b0 100644
--- a/kernel/drivers/acpi/ac.c
+++ b/kernel/drivers/acpi/ac.c
@@ -16,10 +16,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- *
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@@ -308,7 +304,7 @@ static int thinkpad_e530_quirk(const struct dmi_system_id *d)
return 0;
}
-static struct dmi_system_id ac_dmi_table[] = {
+static const struct dmi_system_id ac_dmi_table[] = {
{
.callback = thinkpad_e530_quirk,
.ident = "thinkpad e530",