mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
ucc_geth: kill unused include
The ucc_geth_mii code is based on the gianfar_mii code that use to include ocp.h. ucc never need this and it causes issues when we want to kill arch/ppc includes from arch/powerpc. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
75cdff9242
commit
89a300e85b
|
|
@ -32,7 +32,6 @@
|
|||
#include <linux/mm.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <asm/ocp.h>
|
||||
#include <linux/crc32.h>
|
||||
#include <linux/mii.h>
|
||||
#include <linux/phy.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user