From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: [PATCH 2/2] of: remove unused struct device_node.data ptr Date: Thu, 20 Jul 2017 09:27:11 -0500 Message-ID: <20170720142711.12847-2-robh@kernel.org> References: <20170720142711.12847-1-robh@kernel.org> Return-path: In-Reply-To: <20170720142711.12847-1-robh@kernel.org> Sender: netdev-owner@vger.kernel.org To: Thomas Petazzoni Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, Frank Rowand List-Id: devicetree@vger.kernel.org There are no users for data pointer in the kernel, so it can be removed. Signed-off-by: Rob Herring --- include/linux/of.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/of.h b/include/linux/of.h index 4a8a70916237..7312c8ac5221 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -60,7 +60,6 @@ struct device_node { struct device_node *sibling; struct kobject kobj; unsigned long _flags; - void *data; #if defined(CONFIG_SPARC) const char *path_component_name; unsigned int unique_id; -- 2.11.0