summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/driver.h b/include/driver.h
index 81b10594cb..b5fb495bcc 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -76,7 +76,7 @@ struct device_d *device_from_spec_str(const char *str, char **endp);
struct device_d *get_device_by_name(char *name);
struct device_d *get_device_by_type(ulong type, struct device_d *last);
struct device_d *get_device_by_id(const char *id);
-struct device_d *get_first_device(const char *id);
+struct device_d *get_first_device(void);
struct driver_d *get_driver_by_name(char *name);