summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:40 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:40 +0200
commit4195bc33230f50dc3c04a9b59f404ac33e186712 (patch)
tree080d31e0cedcbeb666d624eb3b24154d3eb35ea1 /include/driver.h
parentb91b171baed8ec0ddc199dafa6825d5c26222d9d (diff)
downloadbarebox-4195bc33230f50dc3c04a9b59f404ac33e186712.tar.gz
barebox-4195bc33230f50dc3c04a9b59f404ac33e186712.tar.xz
svn_rev_296
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);