Function cxl_get_phys_dev() was removed from the kernel API by a
previous patch, but it's actually dead code. Remove it.
Signed-off-by: Frederic Barrat <redacted>
---
drivers/misc/cxl/api.c | 9 ---------
1 file changed, 9 deletions(-)
From: Andrew Donnellan <hidden> Date: 2016-03-09 23:36:13
On 09/03/16 22:53, Frederic Barrat wrote:
Function cxl_get_phys_dev() was removed from the kernel API by a
previous patch, but it's actually dead code. Remove it.
Signed-off-by: Frederic Barrat <redacted>
For those playing along at home, this applies on top of the cxl PowerVM
series.
Reviewed-by: Andrew Donnellan <redacted>
--
Andrew Donnellan Software Engineer, OzLabs
andrew.donnellan@au1.ibm.com Australia Development Lab, Canberra
+61 2 6201 8874 (work) IBM Australia Limited
From: Michael Neuling <hidden> Date: 2016-03-09 23:59:49
On Wed, 2016-03-09 at 12:53 +0100, Frederic Barrat wrote:
Function cxl_get_phys_dev() was removed from the kernel API by a
previous patch, but it's actually dead code. Remove it.
=20
Signed-off-by: Frederic Barrat <redacted>
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2016-04-11 12:35:12
On Wed, 2016-09-03 at 11:53:13 UTC, Frederic Barrat wrote:
Function cxl_get_phys_dev() was removed from the kernel API by a
previous patch, but it's actually dead code. Remove it.
Signed-off-by: Frederic Barrat <redacted>
Acked-by: Ian Munsie <redacted>
Reviewed-by: Andrew Donnellan <redacted>
Acked-by: Michael Neuling <redacted>