]> git.neil.brown.name Git - history.git/commitdiff
Include linux/bitops.h in e100 net driver, it uses ffs
authorJeff Garzik <jgarzik@mandrakesoft.com>
Mon, 26 Aug 2002 10:38:12 +0000 (06:38 -0400)
committerJeff Garzik <jgarzik@mandrakesoft.com>
Mon, 26 Aug 2002 10:38:12 +0000 (06:38 -0400)
   (Noticed by DaveM)

drivers/net/e100/e100.h

index ed0dca56575951b93d3e941b8f0b40fb19a71a0b..ea00eabf09300cad2d09a46a12a2fb86f7582f53 100644 (file)
@@ -97,6 +97,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <asm/processor.h>
 #include <linux/ethtool.h>
 #include <linux/inetdevice.h>
+#include <linux/bitops.h>
 
 #include <linux/if.h>
 #include <asm/uaccess.h>