summaryrefslogtreecommitdiffstats
path: root/sys/i4b/driver/i4b_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i4b/driver/i4b_ctl.c')
-rw-r--r--sys/i4b/driver/i4b_ctl.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/i4b/driver/i4b_ctl.c b/sys/i4b/driver/i4b_ctl.c
index ad32408..bafe362 100644
--- a/sys/i4b/driver/i4b_ctl.c
+++ b/sys/i4b/driver/i4b_ctl.c
@@ -33,14 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bctl.h"
-
-#if NI4BCTL > 1
-#error "only 1 (one) i4bctl device allowed!"
-#endif
-
-#if NI4BCTL > 0
-
#include <sys/param.h>
#include <sys/ioccom.h>
#include <sys/kernel.h>
@@ -240,5 +232,3 @@ i4bctlpoll (dev_t dev, int events, struct thread *td)
{
return (ENODEV);
}
-
-#endif /* NI4BCTL > 0 */
OpenPOWER on IntegriCloud