summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-10-07 11:36:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-10-07 11:36:49 +0000
commit6a54d033fc2759cb0540ccca4afe77b4fd85cc0c (patch)
tree1784397622855017fb309ef6117b69c83dd235be /target/linux
parent815479032828ab6d4e4722fca2fe89ba3ab6fefb (diff)
downloadmaster-31e0f0ae-6a54d033fc2759cb0540ccca4afe77b4fd85cc0c.tar.gz
master-31e0f0ae-6a54d033fc2759cb0540ccca4afe77b4fd85cc0c.tar.bz2
master-31e0f0ae-6a54d033fc2759cb0540ccca4afe77b4fd85cc0c.zip
ramips: add copyright header to the rt288x pci code
SVN-Revision: 17968
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/files/arch/mips/pci/pci-rt288x.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
index 76b70d09e1..8ec50d6e4c 100644
--- a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
+++ b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
@@ -1,3 +1,16 @@
+/*
+ * Ralink RT288x SoC PCI register definitions
+ *
+ * Copyright (C) 2009 John Crispin <blogic@openwrt.org>
+ * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
+ *
+ * Parts of this file are based on Ralink's 2.6.21 BSP
+ *
+ * This program 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.
+ */
+
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/io.h>