Skip to content

Commit

Permalink
mlx4_en: remove duplicated #include
Browse files Browse the repository at this point in the history
Removed duplicated #include <linux/cpumask.h> in
drivers/net/mlx4/en_main.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Huang Weiyi authored and Jeff Garzik committed Oct 27, 2008
1 parent c778e11 commit 9de14eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/mlx4/en_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/netdevice.h>
#include <linux/cpumask.h>

#include <linux/mlx4/driver.h>
#include <linux/mlx4/device.h>
Expand Down

0 comments on commit 9de14eb

Please sign in to comment.