diff options
author | John Crispin <john@openwrt.org> | 2014-09-12 06:51:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-12 06:51:33 +0000 |
commit | 9055970e927ff080353a9691c2aefb6229581c36 (patch) | |
tree | ec3c14ccd158f7b90dd890ac08830e4d9fa845bd /target/linux/atheros/patches-3.14/105-ar2315_pci.patch | |
parent | 7aaaef6b4a1d716341267eea7de9a74a28a7ca63 (diff) | |
download | upstream-9055970e927ff080353a9691c2aefb6229581c36.tar.gz upstream-9055970e927ff080353a9691c2aefb6229581c36.tar.bz2 upstream-9055970e927ff080353a9691c2aefb6229581c36.zip |
atheros: remove FSF mailing address
Remove FSF mailing address as suggested by checkpach and place license
URL.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42487
Diffstat (limited to 'target/linux/atheros/patches-3.14/105-ar2315_pci.patch')
-rw-r--r-- | target/linux/atheros/patches-3.14/105-ar2315_pci.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-3.14/105-ar2315_pci.patch b/target/linux/atheros/patches-3.14/105-ar2315_pci.patch index 58e8f4b03e..0ce670febf 100644 --- a/target/linux/atheros/patches-3.14/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-3.14/105-ar2315_pci.patch @@ -7,7 +7,7 @@ +obj-$(CONFIG_ATHEROS_AR2315_PCI) += pci.o --- /dev/null +++ b/arch/mips/ar231x/pci.c -@@ -0,0 +1,234 @@ +@@ -0,0 +1,233 @@ +/* + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License @@ -20,8 +20,7 @@ + * 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. ++ * along with this program; if not, see <http://www.gnu.org/licenses/>. + */ + +#include <linux/types.h> |