lpc: Rename init_lpc_dev to lpc_dev_init

Change-Id: I1b3d8f4b561fda13dee8c9c0460aa463d6200e1d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/lpc.h b/lpc.h
index 53b2fb4..3c42950 100644
--- a/lpc.h
+++ b/lpc.h
@@ -4,7 +4,7 @@
 #ifndef LPC_H
 #define LPC_H
 
-int init_lpc_dev(struct mbox_context *context);
+int lpc_dev_init(struct mbox_context *context);
 void free_lpc_dev(struct mbox_context *context);
 int point_to_flash(struct mbox_context *context);
 int point_to_memory(struct mbox_context *context);