layerscape: fix compile issue for usb ehci-fsl driver
authorYangbo Lu <yangbo.lu@nxp.com>
Tue, 10 Oct 2017 08:25:22 +0000 (16:25 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 12 Oct 2017 21:40:26 +0000 (23:40 +0200)
When build firmware for layerscape target with CONFIG_ALL_NONSHARED=y,
there would be a compile issue of usb ehci-fsl driver. Actually this
driver was for PPC platforms initially and was not ready for non-PPC
now, but a kernel kconfig patch removed PPC dependency for it. So that
kernel patch should be reverted.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>

No differences found