1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

No need to include mpc85xx.h anymore, so remove it.

This commit is contained in:
Justin Hibbits 2016-07-17 19:19:50 +00:00
parent 1b55032939
commit b926a14ca7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302970

View File

@ -142,10 +142,6 @@ __FBSDID("$FreeBSD$");
#include <dev/fdt/fdt_common.h>
#include <dev/ofw/openfirm.h>
#if defined(MPC85XX) || defined(QORIQ_DPAA)
#include <powerpc/mpc85xx/mpc85xx.h>
#endif
#ifdef DDB
#include <ddb/ddb.h>
#endif