diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 17:49:51 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 17:49:51 +0900 |
commit | e71cf2b63c861bdcbe13d0a67d5007b5933c61a5 (patch) | |
tree | 152b5bbf1512a8af45e7b4bfd86266fa8bda3065 /arch/sh/mm | |
parent | ab27f62002f4dc8f759c1ec069024d8173e5dea0 (diff) | |
download | talos-op-linux-e71cf2b63c861bdcbe13d0a67d5007b5933c61a5.tar.gz talos-op-linux-e71cf2b63c861bdcbe13d0a67d5007b5933c61a5.zip |
sh: Revert incorrect license string changes.
These were right the first time. Either a thinko or
building in the wrong tree. Revert this.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/cache-debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/cache-debugfs.c b/arch/sh/mm/cache-debugfs.c index 9c1b4adfb935..de6d2c9aa477 100644 --- a/arch/sh/mm/cache-debugfs.c +++ b/arch/sh/mm/cache-debugfs.c @@ -144,4 +144,4 @@ static int __init cache_debugfs_init(void) } module_init(cache_debugfs_init); -MODULE_LICENSE("GPLv2"); +MODULE_LICENSE("GPL v2"); |