Index: kernel/arch/sparc64/include/drivers/sgcn.h
===================================================================
--- kernel/arch/sparc64/include/drivers/sgcn.h	(revision 63b15373eee376c379663c5f4cbe72e41378054c)
+++ kernel/arch/sparc64/include/drivers/sgcn.h	(revision 95b4838d8c56583b8de0fdc53c76a5208249b942)
@@ -37,4 +37,5 @@
 
 #include <arch/types.h>
+#include <console/chardev.h>
 
 /* number of bytes in the TOC magic, including the terminating '\0' */
@@ -118,5 +119,5 @@
 void sgcn_grab(void);
 void sgcn_release(void);
-void sgcn_init(void);
+void sgcn_init(chardev_t *);
 
 #endif
