projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
rdc
/
files
/
arch
/
i386
/
mach-rdc
/
wdt.c
diff --git
a/target/linux/rdc/files/arch/i386/mach-rdc/wdt.c
b/target/linux/rdc/files/arch/i386/mach-rdc/wdt.c
index
39956f3
..
13b69f6
100644
(file)
--- a/
target/linux/rdc/files/arch/i386/mach-rdc/wdt.c
+++ b/
target/linux/rdc/files/arch/i386/mach-rdc/wdt.c
@@
-249,7
+249,7
@@
static struct platform_driver rdc321x_wdt_driver = {
.remove = rdc321x_wdt_remove,
.driver = {
.owner = THIS_MODULE,
.remove = rdc321x_wdt_remove,
.driver = {
.owner = THIS_MODULE,
- .name = "rdc321x
_
wdt",
+ .name = "rdc321x
-
wdt",
},
};
},
};
This page took
0.019393 seconds
and
4
git commands to generate.