projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50e7d15
)
usbnet: remove flag of EVENT_DEV_WAKING
author
tom.leiming@gmail.com
<tom.leiming@gmail.com>
Mon, 11 Jun 2012 15:19:43 +0000
(15:19 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 13 Jun 2012 01:51:08 +0000
(18:51 -0700)
The flag of EVENT_DEV_WAKING is not used any more, so just remove it.
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/usb/usbnet.h
patch
|
blob
|
history
diff --git
a/include/linux/usb/usbnet.h
b/include/linux/usb/usbnet.h
index 76f439647c4bdbe8a81c8518be0f5194ed43af8f..f87cf622317f5bc96f454b418ce1f36d3ade80b8 100644
(file)
--- a/
include/linux/usb/usbnet.h
+++ b/
include/linux/usb/usbnet.h
@@
-66,9
+66,8
@@
struct usbnet {
# define EVENT_STS_SPLIT 3
# define EVENT_LINK_RESET 4
# define EVENT_RX_PAUSED 5
-# define EVENT_DEV_WAKING 6
-# define EVENT_DEV_ASLEEP 7
-# define EVENT_DEV_OPEN 8
+# define EVENT_DEV_ASLEEP 6
+# define EVENT_DEV_OPEN 7
};
static inline struct usb_driver *driver_of(struct usb_interface *intf)