projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
broadcom-diag: add support for some new devices
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt288x
/
mach-rt-n15.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
b/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
index
066667e
..
18d5337
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
@@
-13,7
+13,7
@@
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
-#include <linux/rtl8366
s
.h>
+#include <linux/rtl8366.h>
#include <linux/ethtool.h>
#include <asm/mach-ralink/machine.h>
#include <linux/ethtool.h>
#include <asm/mach-ralink/machine.h>
@@
-54,11
+54,11
@@
static struct mtd_partition rt_n15_partitions[] = {
}, {
.name = "kernel",
.offset = 0x050000,
}, {
.name = "kernel",
.offset = 0x050000,
- .size = 0x0
b
0000,
+ .size = 0x0
d
0000,
}, {
.name = "rootfs",
}, {
.name = "rootfs",
- .offset = 0x1
0
0000,
- .size = 0x
30
0000,
+ .offset = 0x1
2
0000,
+ .size = 0x
2e
0000,
}, {
.name = "firmware",
.offset = 0x050000,
}, {
.name = "firmware",
.offset = 0x050000,
@@
-100,7
+100,7
@@
static struct gpio_button rt_n15_gpio_buttons[] __initdata = {
}
};
}
};
-static struct rtl8366
s
_platform_data rt_n15_rtl8366s_data = {
+static struct rtl8366_platform_data rt_n15_rtl8366s_data = {
.gpio_sda = RT_N15_GPIO_RTL8366_SDA,
.gpio_sck = RT_N15_GPIO_RTL8366_SCK,
};
.gpio_sda = RT_N15_GPIO_RTL8366_SDA,
.gpio_sck = RT_N15_GPIO_RTL8366_SCK,
};
This page took
0.022404 seconds
and
4
git commands to generate.