diff options
Diffstat (limited to 'device/dev_lookup.c')
-rw-r--r-- | device/dev_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/dev_lookup.c b/device/dev_lookup.c index 40373867..255102cc 100644 --- a/device/dev_lookup.c +++ b/device/dev_lookup.c @@ -362,7 +362,7 @@ dev_map(routine, port) * Initialization */ void -dev_lookup_init() +dev_lookup_init(void) { int i; |