Skip to content

Commit e3de1d8

Browse files
Hongbo Libroonie
authored andcommitted
spi: spi-ppc4xx: Remove duplicate included header file linux/platform_device.h
The header file linux/platform_device.h is included twice. Remove the last one. Signed-off-by: Hongbo Li <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 99311b8 commit e3de1d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/spi/spi-ppc4xx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include <linux/of_platform.h>
3131
#include <linux/interrupt.h>
3232
#include <linux/delay.h>
33-
#include <linux/platform_device.h>
3433

3534
#include <linux/spi/spi.h>
3635
#include <linux/spi/spi_bitbang.h>

0 commit comments

Comments
 (0)