summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-12-07 16:42:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-07 16:42:04 +0100
commita0643f615d3f54866443050334229c984b83c1b1 (patch)
tree4ec83e851fdc183099531ff306a225aaa5cd8d13 /include
parente5373920525a82339b6818c2b9ffdcce81af2c1b (diff)
parentc2e568d19c5c34a05a1002d25280bf113b72b752 (diff)
downloadbarebox-a0643f615d3f54866443050334229c984b83c1b1.tar.gz
barebox-a0643f615d3f54866443050334229c984b83c1b1.tar.xz
Merge branch 'for-next/driver'
Diffstat (limited to 'include')
-rw-r--r--include/driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/driver.h b/include/driver.h
index f8d815c619..0a5c69eae3 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -393,6 +393,8 @@ struct bus_type {
int (*probe)(struct device_d *dev);
void (*remove)(struct device_d *dev);
+ struct device_d dev;
+
struct list_head list;
struct list_head device_list;
struct list_head driver_list;