wspoon: Remove reset button GPIO

Witherspoon doesn't actually have a reset button.  This was
pointed at a GPIO used by the fan watchdog.

(From meta-ibm rev: 67afe4eaa0e066431292e7481e00eb703de6184f)

Change-Id: I50da933dd59e644ac400daa77770a700850594bb
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
index bacde99..5df8d01 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
@@ -53,11 +53,6 @@
             "name": "POWER_BUTTON",
             "pin": "I3",
             "direction": "both"
-        },
-        {
-            "name": "RESET_BUTTON",
-            "pin": "J1",
-            "direction": "both"
         }
     ]
 }