lpc: Rename reset_lpc to lpc_reset

Change-Id: Iee234830b7ea93a7c51b45217d87162e14ef56ee
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/control.c b/control.c
index 36dd542..92ad21e 100644
--- a/control.c
+++ b/control.c
@@ -48,7 +48,7 @@
 	 * Better set the bmc event to notify the host of this.
 	 */
 	reset_all_windows(context, SET_BMC_EVENT);
-	rc = reset_lpc(context);
+	rc = lpc_reset(context);
 	if (rc < 0) {
 		return rc;
 	}