From 0912afbc4f763abe0079fb1c041675e824e4acbc Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 22 Apr 2010 23:08:06 +0200 Subject: [PATCH] Fix buildworld. --- sys/sys/dsched.h | 2 -- sys/sys/sysctl.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/sys/dsched.h b/sys/sys/dsched.h index 749d897e43..8abde03728 100644 --- a/sys/sys/dsched.h +++ b/sys/sys/dsched.h @@ -195,8 +195,6 @@ static moduledata_t name##_mod = { \ }; \ DECLARE_MODULE(name, name##_mod, SI_SUB_PRE_DRIVERS, SI_ORDER_MIDDLE) -SYSCTL_DECL(_dsched); - void dsched_disk_create_callback(struct disk *dp, const char *head_name, int unit); void dsched_disk_destroy_callback(struct disk *dp); void dsched_queue(struct disk *dp, struct bio *bio); diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index f6646b142a..8c9deaa7d6 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -610,6 +610,7 @@ SYSCTL_DECL(_user); SYSCTL_DECL(_compat); SYSCTL_DECL(_lwkt); SYSCTL_DECL(_security); +SYSCTL_DECL(_dsched); /* * Common second-level oids. -- 2.41.0