From: Sepherosa Ziehau Date: Fri, 16 Nov 2012 06:05:33 +0000 (+0800) Subject: iwn: This driver never supported polling X-Git-Tag: v3.4.0rc~845 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/b3447c73abb908abc9b077de8adf08a7013e623d iwn: This driver never supported polling --- diff --git a/sys/dev/netif/iwn/Makefile b/sys/dev/netif/iwn/Makefile index 3e94b93d1f..eb0b5d4971 100644 --- a/sys/dev/netif/iwn/Makefile +++ b/sys/dev/netif/iwn/Makefile @@ -1,13 +1,7 @@ KMOD = if_iwn SRCS = if_iwn.c device_if.h bus_if.h pci_if.h -SRCS += opt_polling.h SRCS += miibus_if.h SUBDIR = fw -.ifndef BUILDING_WITH_KERNEL -opt_polling.h: - echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET} -.endif - .include