sys/disk.h: Transition period for sys/conf.h over

There's no need to ever include sys/conf.h here anymore, so remove
it. It was added years ago as a transition and everything has been
updated.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-11-04 15:39:05 -06:00
parent c9ee39a3f2
commit 0e3b0045a8

View File

@ -23,10 +23,6 @@
#ifdef _KERNEL
#ifndef _SYS_CONF_H_
#include <sys/conf.h> /* XXX: temporary to avoid breakage */
#endif
void disk_err(struct bio *bp, const char *what, int blkdone, int nl);
#endif