Index: uspace/lib/nic/include/nic.h
===================================================================
--- uspace/lib/nic/include/nic.h	(revision 062d9000625057300f609429080872d6492b542e)
+++ uspace/lib/nic/include/nic.h	(revision 87a3df7f006e090aff8b245de3e4b00a641112db)
@@ -216,5 +216,4 @@
 
 /* Functions called in add_device */
-extern int nic_connect_to_services(nic_t *);
 extern int nic_get_resources(nic_t *, hw_res_list_parsed_t *);
 extern void nic_set_specific(nic_t *, void *);
@@ -245,6 +244,4 @@
 extern void nic_received_frame(nic_t *, nic_frame_t *);
 extern void nic_received_frame_list(nic_t *, nic_frame_list_t *);
-extern void nic_disable_interrupt(nic_t *, int);
-extern void nic_enable_interrupt(nic_t *, int);
 extern nic_poll_mode_t nic_query_poll_mode(nic_t *, struct timeval *);
 
Index: uspace/lib/nic/include/nic_driver.h
===================================================================
--- uspace/lib/nic/include/nic_driver.h	(revision 062d9000625057300f609429080872d6492b542e)
+++ uspace/lib/nic/include/nic_driver.h	(revision 87a3df7f006e090aff8b245de3e4b00a641112db)
@@ -80,6 +80,4 @@
 	/** Client callback session */
 	async_sess_t *client_session;
-	/** Phone to APIC or i8259 */
-	async_sess_t *irc_session;
 	/** Current polling mode of the NIC */
 	nic_poll_mode_t poll_mode;
