aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2011-01-06 19:44:28 -0500
committerLen Brown <len.brown@intel.com>2011-01-07 00:37:21 -0500
commitd146df18c13d16e321efa8ef9b57c95c3bec1722 (patch)
tree55347c82190711b467d2b62237def0b5696e5b2f /drivers/acpi
parent976513dbfc1547c7b1822566923058655f0c32fd (diff)
ACPI / PM: Update file information and the list of includes in nvs.c
The file information and the list of include in drivers/acpi/nvs.c are outdated, so update them. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/nvs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/nvs.c b/drivers/acpi/nvs.c
index 57c6fabbb6b6..7d648092427e 100644
--- a/drivers/acpi/nvs.c
+++ b/drivers/acpi/nvs.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * linux/kernel/power/hibernate_nvs.c - Routines for handling NVS memory 2 * nvs.c - Routines for saving and restoring ACPI NVS memory region
3 * 3 *
4 * Copyright (C) 2008,2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. 4 * Copyright (C) 2008-2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
5 * 5 *
6 * This file is released under the GPLv2. 6 * This file is released under the GPLv2.
7 */ 7 */
@@ -11,7 +11,7 @@
11#include <linux/list.h> 11#include <linux/list.h>
12#include <linux/mm.h> 12#include <linux/mm.h>
13#include <linux/slab.h> 13#include <linux/slab.h>
14#include <linux/suspend.h> 14#include <linux/acpi.h>
15 15
16/* 16/*
17 * Platforms, like ACPI, may want us to save some memory used by them during 17 * Platforms, like ACPI, may want us to save some memory used by them during