Skip to content

Commit bed372a

Browse files
committed
KNF
1 parent 6275fc5 commit bed372a

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

sys/dev/usb/usbdi.c

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: usbdi.c,v 1.254 2025/10/09 15:53:16 manu Exp $ */
1+
/* $NetBSD: usbdi.c,v 1.255 2025/10/11 12:54:40 skrll Exp $ */
22

33
/*
44
* Copyright (c) 1998, 2012, 2015 The NetBSD Foundation, Inc.
@@ -32,22 +32,23 @@
3232
*/
3333

3434
#include <sys/cdefs.h>
35-
__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.254 2025/10/09 15:53:16 manu Exp $");
35+
__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.255 2025/10/11 12:54:40 skrll Exp $");
3636

3737
#ifdef _KERNEL_OPT
38-
#include "opt_usb.h"
3938
#include "opt_compat_netbsd.h"
39+
#include "opt_usb.h"
4040
#include "usb_dma.h"
4141
#endif
4242

4343
#include <sys/param.h>
44-
#include <sys/systm.h>
45-
#include <sys/kernel.h>
44+
45+
#include <sys/bus.h>
46+
#include <sys/cpu.h>
4647
#include <sys/device.h>
48+
#include <sys/kernel.h>
4749
#include <sys/kmem.h>
4850
#include <sys/proc.h>
49-
#include <sys/bus.h>
50-
#include <sys/cpu.h>
51+
#include <sys/systm.h>
5152

5253
#include <dev/usb/usb.h>
5354
#include <dev/usb/usbdi.h>

0 commit comments

Comments
 (0)