Skip to content

Commit

Permalink
usbnet: remove flag of EVENT_DEV_WAKING
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tom.leiming@gmail.com authored and David S. Miller committed Jun 13, 2012
1 parent 50e7d15 commit 4a5a14d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/linux/usb/usbnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a5a14d

Please sign in to comment.