linux/drivers/net/ethernet/marvell/mvpp2
Maxime Chevallier 53a40025c0 net: mvpp2: fix include guards in mvpp2_prs.h
Include guards should be put before #includes. This doesn't fix any bug,
but prevent future compilation issues when adding new files in the mvpp2
driver

The Header Parser init function needs the platform_device definition,
and with the fixed include guards we need to add the missing include.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-12 17:30:47 -07:00
..
Makefile
mvpp2.h net: mvpp2: explicitly include linux/interrupt.h 2018-07-11 22:56:52 -07:00
mvpp2_cls.c
mvpp2_cls.h
mvpp2_main.c net: mvpp2: Use htons when checking protocol info 2018-06-30 18:54:09 +09:00
mvpp2_prs.c net: mvpp2: prs: Drop unnecessary swab16 in vlan detection 2018-06-30 18:54:09 +09:00
mvpp2_prs.h net: mvpp2: fix include guards in mvpp2_prs.h 2018-07-12 17:30:47 -07:00