diff options
Diffstat (limited to 'device/conf.h')
-rw-r--r-- | device/conf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/device/conf.h b/device/conf.h index e91e0996..8aacc86e 100644 --- a/device/conf.h +++ b/device/conf.h @@ -105,10 +105,5 @@ extern int dev_indirect_count; di < &dev_indirect_list[dev_indirect_count]; \ di++) -/* - * Exported routine to set indirection. - */ -extern void dev_set_indirect(char *, dev_ops_t, int); - #endif /* _DEVICE_CONF_H_ */ |