We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b8e0f commit 4827dccCopy full SHA for 4827dcc
drivers/net/can/dev/dev.c
@@ -4,17 +4,17 @@
4
* Copyright (C) 2008-2009 Wolfgang Grandegger <wg@grandegger.com>
5
*/
6
7
-#include <linux/kernel.h>
8
-#include <linux/slab.h>
9
-#include <linux/netdevice.h>
10
-#include <linux/if_arp.h>
11
-#include <linux/workqueue.h>
12
#include <linux/can.h>
13
#include <linux/can/can-ml.h>
14
#include <linux/can/dev.h>
15
#include <linux/can/skb.h>
16
#include <linux/gpio/consumer.h>
+#include <linux/if_arp.h>
+#include <linux/kernel.h>
+#include <linux/netdevice.h>
17
#include <linux/of.h>
+#include <linux/slab.h>
+#include <linux/workqueue.h>
18
19
static void can_update_state_error_stats(struct net_device *dev,
20
enum can_state new_state)
0 commit comments