diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 09:49:53 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 09:49:53 +0000 |
commit | 975bf6a4fa198617bd2cb7fdce47a5d60d25bedc (patch) | |
tree | 795d9e9a9008509fb23ec264491629f5a7f6164f /target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch | |
parent | de644deef572da18b764ba19e03430c0a35a1fd4 (diff) | |
download | mtk-20170518-975bf6a4fa198617bd2cb7fdce47a5d60d25bedc.zip mtk-20170518-975bf6a4fa198617bd2cb7fdce47a5d60d25bedc.tar.gz mtk-20170518-975bf6a4fa198617bd2cb7fdce47a5d60d25bedc.tar.bz2 |
linux/generic: update kernel patch refreshing. Include two missed patches.
SVN-Revision: 23240
Diffstat (limited to 'target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch b/target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch index 9679ce1..068d126 100644 --- a/target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch +++ b/target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch @@ -21,9 +21,12 @@ +obj-$(CONFIG_LEDS_TRIGGER_NETDEV) += ledtrig-netdev.o --- a/drivers/leds/ledtrig-netdev.c +++ b/drivers/leds/ledtrig-netdev.c -@@ -309,6 +309,7 @@ static void netdev_trig_timer(unsigned l +@@ -307,8 +307,9 @@ done: + static void netdev_trig_timer(unsigned long arg) + { struct led_netdev_data *trigger_data = (struct led_netdev_data *)arg; - const struct net_device_stats *dev_stats; +- const struct net_device_stats *dev_stats; ++ struct rtnl_link_stats64 *dev_stats; unsigned new_activity; + struct rtnl_link_stats64 temp; |