mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-12 00:30:39 -05:00
coresight: Cleanup platform description data
Nobody uses the "clk" field in struct coresight_platform_data. Remove it. Cc: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
00ea197029
commit
5756949782
@@ -87,7 +87,6 @@ struct coresight_dev_subtype {
|
||||
* @child_ports:child component port number the current component is
|
||||
connected to.
|
||||
* @nr_outport: number of output ports for this component.
|
||||
* @clk: The clock this component is associated to.
|
||||
*/
|
||||
struct coresight_platform_data {
|
||||
int cpu;
|
||||
@@ -97,7 +96,6 @@ struct coresight_platform_data {
|
||||
const char **child_names;
|
||||
int *child_ports;
|
||||
int nr_outport;
|
||||
struct clk *clk;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user