summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 12:28:10 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 12:28:10 +1100
commit886aff18bf315abdc877e25aea87763e6016bcb7 (patch)
treeaeeeb9151f1eb38ce92bdf1bf23111e5ef5ab986 /include
parentaddc481a295080ead4f09495a50edfedc1b7db7b (diff)
parentbd0096d7467fbfa723cb1c12011098abf16de525 (diff)
Merge remote-tracking branch 'devicetree/for-next'
Diffstat (limited to 'include')
-rw-r--r--include/linux/of_device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/of_device.h b/include/linux/of_device.h
index cc7dd687a89d..5c2aeed17dd4 100644
--- a/include/linux/of_device.h
+++ b/include/linux/of_device.h
@@ -13,7 +13,6 @@ struct device;
#ifdef CONFIG_OF
extern const struct of_device_id *of_match_device(
const struct of_device_id *matches, const struct device *dev);
-extern void of_device_make_bus_id(struct device *dev);
/**
* of_driver_match_device - Tell if a driver's of_match_table matches a device.