The isa device configuration hook was especially useless here.

This commit is contained in:
Bruce Evans 1998-06-17 15:55:22 +00:00
parent afafca8bcb
commit 461792a572
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37037

View File

@ -1,11 +0,0 @@
#ifndef _MACHINE_CONF_H_
#define _MACHINE_CONF_H_
#ifdef KERNEL
#ifndef ACTUALLY_LKM_NOT_KERNEL
#include "ioconf.h"
#endif
#endif /* KERNEL */
#endif /* !_MACHINE_CONF_H_ */