Skip to content

Commit

Permalink
net: ixp46x: Remove duplicate include of module.h
Browse files Browse the repository at this point in the history
Remove repeated include of linux/module.h as it has been included
at line 8.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Wan Jiabing authored and David S. Miller committed Sep 1, 2021
1 parent c6132f6 commit 8eebaf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/xscale/ptp_ixp46x.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/ptp_clock_kernel.h>
#include <linux/platform_device.h>
#include <linux/soc/ixp4xx/cpu.h>
#include <linux/module.h>
#include <mach/ixp4xx-regs.h>

#include "ixp46x_ts.h"
Expand Down

0 comments on commit 8eebaf4

Please sign in to comment.