summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-03-07 09:25:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-07 09:25:12 +0100
commit98615784a654f42e3914e5b401ddf24e50bdf64a (patch)
tree84a72b8ce97be008808aec9b108f79c47de00cd4 /include
parenta8a08f88cc8c2c78bcc421cd55144813b081bcec (diff)
parentee2b49d718688f9934cef2bf93101040770ff548 (diff)
downloadbarebox-98615784a654f42e3914e5b401ddf24e50bdf64a.tar.gz
barebox-98615784a654f42e3914e5b401ddf24e50bdf64a.tar.xz
Merge branch 'for-next/modalias'
Diffstat (limited to 'include')
-rw-r--r--include/driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/driver.h b/include/driver.h
index bbe789b51e..cbb040170c 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -496,5 +496,6 @@ int devfs_del_partition(const char *name);
int dev_get_drvdata(struct device_d *dev, unsigned long *data);
-#endif /* DRIVER_H */
+int device_match_of_modalias(struct device_d *dev, struct driver_d *drv);
+#endif /* DRIVER_H */