Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config.
This commit is contained in:
parent
0cdb7d6692
commit
3ec08445be
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56824
@ -29,9 +29,6 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include "eisa.h"
|
||||
#if NEISA > 0
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
@ -344,5 +341,3 @@ static driver_t bt_eisa_driver = {
|
||||
static devclass_t bt_devclass;
|
||||
|
||||
DRIVER_MODULE(bt, eisa, bt_eisa_driver, bt_devclass, 0, 0);
|
||||
|
||||
#endif /* NEISA > 0 */
|
||||
|
Loading…
Reference in New Issue
Block a user