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 febaebdd..bebdf6f3 100644 --- a/device/dev_lookup.c +++ b/device/dev_lookup.c @@ -116,7 +116,7 @@ dev_number_lookup(const dev_ops_t ops, int devnum) * table. */ mach_device_t -device_lookup(char *name) +device_lookup(const char *name) { dev_ops_t dev_ops; int dev_minor; |