include: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -274,7 +274,6 @@ int usb_init(void);
|
||||
int usb_stop(void); /* stop the USB Controller */
|
||||
int usb_detect_change(void); /* detect if a USB device has been (un)plugged */
|
||||
|
||||
|
||||
int usb_set_protocol(struct usb_device *dev, int ifnum, int protocol);
|
||||
int usb_set_idle(struct usb_device *dev, int ifnum, int duration,
|
||||
int report_id);
|
||||
@@ -600,7 +599,6 @@ struct usb_hub_descriptor {
|
||||
} u;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
|
||||
struct usb_hub_device {
|
||||
struct usb_device *pusb_dev;
|
||||
struct usb_hub_descriptor desc;
|
||||
|
Reference in New Issue
Block a user