j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: laurent Date: 2009-01-15 00:30:09 +0100 (Thu, 15 Jan 2009) New Revision: 408
Modified: openbios-devel/drivers/macio.c Log: macio.c: remove unused functions
Modified: openbios-devel/drivers/macio.c =================================================================== --- openbios-devel/drivers/macio.c 2009-01-14 23:25:41 UTC (rev 407) +++ openbios-devel/drivers/macio.c 2009-01-14 23:30:09 UTC (rev 408) @@ -101,33 +101,6 @@ #endif }
-DECLARE_UNNAMED_NODE( ob_intctrl_node, INSTALL_OPEN, 2*sizeof(int) ); - -static void -ob_intctrl_open(int *idx) -{ - int ret=1; - RET ( -ret ); -} - -static void -ob_intctrl_close(int *idx) -{ -} - -static void -ob_intctrl_initialize(int *idx) -{ -} - -NODE_METHODS(ob_intctrl_node) = { - { NULL, ob_intctrl_initialize }, - { "open", ob_intctrl_open }, - { "close", ob_intctrl_close }, -}; - -phandle_t pic_handle; - void ob_macio_init(const char *path, uint32_t addr) {