lpc: Rename init_lpc_dev to lpc_dev_init

Change-Id: I1b3d8f4b561fda13dee8c9c0460aa463d6200e1d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/mboxd.c b/mboxd.c
index d7b65ff..9265b6d 100644
--- a/mboxd.c
+++ b/mboxd.c
@@ -358,7 +358,7 @@
 		goto finish;
 	}
 
-	rc = init_lpc_dev(context);
+	rc = lpc_dev_init(context);
 	if (rc) {
 		goto finish;
 	}