wspoon: Remove reset button GPIO

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

Change-Id: Ia5d54fc9c8fef2df419a8bf5b54e32f72be366a8
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
index bacde99..5df8d01 100644
--- a/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
+++ b/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"
         }
     ]
 }