summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-04 14:20:32 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-04 14:20:32 +0200
commit4856aee6a85e50ce73a9d8a2b827766454faf033 (patch)
tree6f905e66c0aed5c51e512b6e9b44ce93e4252ad9 /include
parentab5f6c463ce740a555149c145171b3adc531c668 (diff)
parent6c370ee23010a441508ce91619ea0a7040251090 (diff)
downloadbarebox-4856aee6a85e50ce73a9d8a2b827766454faf033.tar.gz
barebox-4856aee6a85e50ce73a9d8a2b827766454faf033.tar.xz
Merge branch 'for-next/malloc-all-initcalls'
Diffstat (limited to 'include')
-rw-r--r--include/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/driver.h b/include/driver.h
index 8598a39af2..716f792afe 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -368,7 +368,7 @@ struct bus_type {
int (*probe)(struct device_d *dev);
void (*remove)(struct device_d *dev);
- struct device_d dev;
+ struct device_d *dev;
struct list_head list;
struct list_head device_list;