mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
linux/generic: update kernel patch refreshing. Include two missed patches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23240 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user