aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/chromeos_pstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/chrome/chromeos_pstore.c')
-rw-r--r--drivers/platform/chrome/chromeos_pstore.c17
1 files changed, 6 insertions, 11 deletions
diff --git a/drivers/platform/chrome/chromeos_pstore.c b/drivers/platform/chrome/chromeos_pstore.c
index b0693fdec8c6..d13770785fb5 100644
--- a/drivers/platform/chrome/chromeos_pstore.c
+++ b/drivers/platform/chrome/chromeos_pstore.c
@@ -1,12 +1,7 @@
1/* 1// SPDX-License-Identifier: GPL-2.0
2 * chromeos_pstore.c - Driver to instantiate Chromebook ramoops device 2// Driver to instantiate Chromebook ramoops device.
3 * 3//
4 * Copyright (C) 2013 Google, Inc. 4// Copyright (C) 2013 Google, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, version 2 of the License.
9 */
10 5
11#include <linux/acpi.h> 6#include <linux/acpi.h>
12#include <linux/dmi.h> 7#include <linux/dmi.h>
@@ -138,5 +133,5 @@ static void __exit chromeos_pstore_exit(void)
138module_init(chromeos_pstore_init); 133module_init(chromeos_pstore_init);
139module_exit(chromeos_pstore_exit); 134module_exit(chromeos_pstore_exit);
140 135
141MODULE_DESCRIPTION("Chrome OS pstore module"); 136MODULE_DESCRIPTION("ChromeOS pstore module");
142MODULE_LICENSE("GPL"); 137MODULE_LICENSE("GPL v2");