diff options
author | Roland Dreier <rolandd@cisco.com> | 2009-09-06 05:24:49 +0200 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2009-09-06 05:24:49 +0200 |
commit | ff149b2a168296c74763cb4a6e7054bdb0a426a1 (patch) | |
tree | 5797697b527e7cb6bc9e2a051e320b9c07c8760b /drivers/net/mlx4/profile.c | |
parent | mlx4_core: Use pci_request_regions() (diff) | |
download | linux-ff149b2a168296c74763cb4a6e7054bdb0a426a1.tar.xz linux-ff149b2a168296c74763cb4a6e7054bdb0a426a1.zip |
mlx4_core: Remove unnecessary includes of <linux/init.h>
Lots of mlx4 files with no function annotations included <linux/init.h>
for no reason.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/net/mlx4/profile.c')
-rw-r--r-- | drivers/net/mlx4/profile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/mlx4/profile.c b/drivers/net/mlx4/profile.c index bd22df95adf9..ca25b9dc8378 100644 --- a/drivers/net/mlx4/profile.c +++ b/drivers/net/mlx4/profile.c @@ -32,8 +32,6 @@ * SOFTWARE. */ -#include <linux/init.h> - #include "mlx4.h" #include "fw.h" |