summaryrefslogtreecommitdiff
path: root/drivers/staging/octeon/ethernet-mem.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-11 13:08:45 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-15 18:03:45 +0300
commit98a95b9cc9ffca95d2388ff0b687f5610855ed8e (patch)
tree9f28a281871a7b26db1aa53c92da45eff7e36f9a /drivers/staging/octeon/ethernet-mem.h
parent30bdc499d7895f5e29d2756e6a77abe4dbad975a (diff)
downloadlinux-98a95b9cc9ffca95d2388ff0b687f5610855ed8e.tar.xz
staging: octeon: remove redundant license text
Now that the SPDX tag is in all drivers/staging/octeon/ files, that identifies the license in a specific and legally-defined manner. So the extra GPL text wording can be removed as it is no longer needed at all. This is done on a quest to remove the 700+ different ways that files in the kernel describe the GPL license text. And there's unneeded stuff like the address (sometimes incorrect) for the FSF which is never needed. No copyright headers or other non-license-description text was removed. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/octeon/ethernet-mem.h')
-rw-r--r--drivers/staging/octeon/ethernet-mem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/octeon/ethernet-mem.h b/drivers/staging/octeon/ethernet-mem.h
index 225b29726185..692dcdb7154d 100644
--- a/drivers/staging/octeon/ethernet-mem.h
+++ b/drivers/staging/octeon/ethernet-mem.h
@@ -3,10 +3,6 @@
* This file is based on code from OCTEON SDK by Cavium Networks.
*
* Copyright (c) 2003-2007 Cavium Networks
- *
- * This file is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License, Version 2, as
- * published by the Free Software Foundation.
*/
int cvm_oct_mem_fill_fpa(int pool, int size, int elements);