Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153151109
D42336.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
994 B
Referenced Files
None
Subscribers
None
D42336.id.diff
View Options
diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c
--- a/sys/dev/pst/pst-raid.c
+++ b/sys/dev/pst/pst-raid.c
@@ -28,30 +28,32 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/kernel.h>
#include <sys/module.h>
-#include <sys/bus.h>
#include <sys/bio.h>
+#include <sys/bus.h>
#include <sys/conf.h>
#include <sys/eventhandler.h>
-#include <sys/malloc.h>
+#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/malloc.h>
#include <sys/mutex.h>
+#include <sys/rman.h>
+
#include <vm/vm.h>
#include <vm/pmap.h>
+
#include <machine/stdarg.h>
#include <machine/resource.h>
#include <machine/bus.h>
-#include <sys/rman.h>
+
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
-#include <geom/geom_disk.h>
-
#include "dev/pst/pst-iop.h"
+#include <geom/geom_disk.h>
+
struct pst_softc {
struct iop_softc *iop;
struct i2o_lct_entry *lct;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 12:05 PM (5 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31838205
Default Alt Text
D42336.id.diff (994 B)
Attached To
Mode
D42336: pst-raid.c: sort #includes
Attached
Detach File
Event Timeline
Log In to Comment