projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add gpio_is_valid(); ifxmips, mmc_gpio was not building correctly
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.26
/
213-kobject_uevent.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.26/213-kobject_uevent.patch
b/target/linux/generic-2.6/patches-2.6.26/213-kobject_uevent.patch
index
7450689
..
93ed1d0
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.26/213-kobject_uevent.patch
+++ b/
target/linux/generic-2.6/patches-2.6.26/213-kobject_uevent.patch
@@
-21,7
+21,7
@@
+ spin_lock(&sequence_lock);
+ seq = ++uevent_seqnum;
+ spin_unlock(&sequence_lock);
-+
++
+ return seq;
+}
+EXPORT_SYMBOL_GPL(uevent_next_seqnum);
This page took
0.02225 seconds
and
4
git commands to generate.