diff mbox series

[v2,7/7] libpdbg: Drop unused definitions

Message ID 20200610052426.150225-8-amitay@ozlabs.org
State Accepted
Headers show
Series Make kernel fsi driver generic | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (86851b290ac1771b9a6fb0d5238ebf459ea80a21)
snowpatch_ozlabs/build-multiarch success Test build-multiarch on branch master

Commit Message

Amitay Isaacs June 10, 2020, 5:24 a.m. UTC
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 libpdbg/dtb.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Alistair Popple June 15, 2020, 7:32 a.m. UTC | #1
Reviewed-by: Alistair Popple <alistair@popple.id.au>

On Wednesday, 10 June 2020 3:24:26 PM AEST Amitay Isaacs wrote:
> Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
> ---
>  libpdbg/dtb.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/libpdbg/dtb.c b/libpdbg/dtb.c
> index 97af0b5..aad6a21 100644
> --- a/libpdbg/dtb.c
> +++ b/libpdbg/dtb.c
> @@ -50,8 +50,6 @@
>  #include "p9.dt.h"
>  
>  #define AMI_BMC "/proc/ractrends/Helper/FwInfo"
> -#define OPENFSI_BMC "/sys/bus/platform/devices/gpio-fsi/fsi0/"
> -#define FSI_CFAM_ID "/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/cfam_id"
>  #define XSCOM_BASE_PATH "/sys/kernel/debug/powerpc/scom"
>  
>  #define CHIP_ID_P8  0xea
>
diff mbox series

Patch

diff --git a/libpdbg/dtb.c b/libpdbg/dtb.c
index 97af0b5..aad6a21 100644
--- a/libpdbg/dtb.c
+++ b/libpdbg/dtb.c
@@ -50,8 +50,6 @@ 
 #include "p9.dt.h"
 
 #define AMI_BMC "/proc/ractrends/Helper/FwInfo"
-#define OPENFSI_BMC "/sys/bus/platform/devices/gpio-fsi/fsi0/"
-#define FSI_CFAM_ID "/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/cfam_id"
 #define XSCOM_BASE_PATH "/sys/kernel/debug/powerpc/scom"
 
 #define CHIP_ID_P8  0xea