diff options
author | Rob Herring <robh@kernel.org> | 2018-12-11 23:31:05 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-01-11 01:24:44 +0300 |
commit | 8ce5f84157530ffa64b3e0acf00b9261f41c8da8 (patch) | |
tree | 325168c1b1daf5e03a74fc692850efc96357e413 /include | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) | |
download | linux-8ce5f84157530ffa64b3e0acf00b9261f41c8da8.tar.xz |
of: Remove struct device_node.type pointer
Now that all users of device_node.type pointer have been removed in
favor of accessor functions, we can remove it.
Cc: Frank Rowand <frowand.list@gmail.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/of.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/of.h b/include/linux/of.h index fe472e5195a9..e240992e5cb6 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -50,7 +50,6 @@ struct of_irq_controller; struct device_node { const char *name; - const char *type; phandle phandle; const char *full_name; struct fwnode_handle fwnode; |