powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes from mpc83xx.h
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 16 Aug 2023 15:22:16 +0000 (17:22 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 18 Aug 2023 07:03:13 +0000 (17:03 +1000)
commitd25f01fba71dbaa117021aed3ea85cc5476c1a5a
tree9261601ed60671c21f36e5b6997b7137a6faafd2
parent6960c53c4c32865a7e79022e626aa82b64da4110
powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes from mpc83xx.h

Replace printk(KERN_WARN with pr_warn(

Remove a couple of blank lines

Re-align multi-line code.

Replace asm/io.h by linux/io.h

mpc83xx.h doesn't need linux/device.h or asm/pci-bridge.h

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/2cb498f637e082a4af8032311fad3cae84d6aa5d.1692199324.git.christophe.leroy@csgroup.eu
arch/powerpc/platforms/83xx/mpc83xx.h
arch/powerpc/platforms/83xx/usb.c