powerpc/pseries/vio: Remove stray #ifdef CONFIG_PPC_PSERIES
authorOliver O'Halloran <oohall@gmail.com>
Thu, 30 Jan 2020 06:31:52 +0000 (17:31 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 19 Feb 2020 10:07:08 +0000 (21:07 +1100)
commitf98df5ed0a670f2c4c1a50d7901acbb862a247c7
treebce8804ab9961d3a956ccbab85fb206a459b48d2
parent11a48a5a18c63fd7621bb050228cebf13566e4d8
powerpc/pseries/vio: Remove stray #ifdef CONFIG_PPC_PSERIES

vio.c is in platforms/pseries, which is only built if PPC_PSERIES=y.
In other words, this ifdef is pointless.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Reviewed-by: Tyrel Datwyler <tyreld@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200130063153.19915-1-oohall@gmail.com
arch/powerpc/platforms/pseries/vio.c