]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
geom_ctl.c: remove stale header files
authorRobert Wing <rew@FreeBSD.org>
Tue, 20 Oct 2020 20:59:13 +0000 (20:59 +0000)
committerRobert Wing <rew@FreeBSD.org>
Tue, 20 Oct 2020 20:59:13 +0000 (20:59 +0000)
commita2b559df1eb550c58264c2dd9aa7a892963c697f
tree4eee3ba0da524a3dc4d1836239e91a8ff993be31
parentf94fdddefd20add250b12d763a3b57e8b90a2313
geom_ctl.c: remove stale header files

- Remove "opt_geom.h", no kernel options are used.

- Remove <sys/sysctl.h>, no sysctl functionality is used here.

- Remove <sys/bio.h>, requirements for bio moved out in r112534.

- Remove <sys/lock.h> and <sys/mutex.h>, last used by DROP_GIANT() and
  PICKUP_GIANT(), which were removed in r115624.

- Remove <sys/disk.h> and <sys/kernel.h>, not used.

Reviewed by: phk, kevans (mentor)
Approved by: phk, kevans (mentor)
Differential Revision: https://reviews.freebsd.org/D26805
sys/geom/geom_ctl.c