Skip to content

Commit

Permalink
[netdrvr] atl1: fix build
Browse files Browse the repository at this point in the history
We need linux/pci.h.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jeff Garzik committed May 8, 2007
1 parent a5fd22e commit e824f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/atl1/atl1_param.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <linux/types.h>
#include <linux/moduleparam.h>
#include <linux/pci.h>
#include "atl1.h"

/*
Expand Down

0 comments on commit e824f78

Please sign in to comment.