projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8154790
)
ramips: add copyright header to the rt288x pci code
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 7 Oct 2009 11:36:49 +0000
(11:36 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Wed, 7 Oct 2009 11:36:49 +0000
(11:36 +0000)
SVN-Revision: 17968
target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
patch
|
blob
|
history
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 76b70d09e1e8e1c689e857573f537915c179a10d..8ec50d6e4ca69e9a2f12dadf78835d37cd479794 100644
(file)
--- 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>