summaryrefslogtreecommitdiffstats
path: root/include/of.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-11-07 08:31:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-07 08:31:47 +0100
commitded25480d8c5e56d9dcbf53a88d05f023b9740c4 (patch)
tree8691bdf7f0fc801b08b114204c83d25007eb8fba /include/of.h
parentb3055b0f6b1687089b914eb8cde5bbb73cfca7a1 (diff)
parent97607e85cdc44824e9617c74325bc9bc6405c383 (diff)
downloadbarebox-ded25480d8c5e56d9dcbf53a88d05f023b9740c4.tar.gz
barebox-ded25480d8c5e56d9dcbf53a88d05f023b9740c4.tar.xz
Merge branch 'for-next/rpi'
Diffstat (limited to 'include/of.h')
-rw-r--r--include/of.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/of.h b/include/of.h
index 3381e69147..31834284c4 100644
--- a/include/of.h
+++ b/include/of.h
@@ -61,7 +61,7 @@ struct device_d;
struct driver_d;
int of_fix_tree(struct device_node *);
-int of_register_fixup(int (*fixup)(struct device_node *));
+int of_register_fixup(int (*fixup)(struct device_node *, void *), void *context);
int of_match(struct device_d *dev, struct driver_d *drv);