Re: [PATCH 1/2] powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes from mpc83xx.h

2023-08-23 Thread Michael Ellerman
On Wed, 16 Aug 2023 17:22:16 +0200, Christophe Leroy wrote: > 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 > > [...] Applied to powerpc/next. [1/2] powerpc/83xx: Fix style problems in usb.c and

[PATCH 1/2] powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes from mpc83xx.h

2023-08-16 Thread Christophe Leroy
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 --- arch/powerpc/platforms/83xx/mpc83xx.h | 2 --