interconnect: Move internal structs into a separate file
authorGeorgi Djakov <georgi.djakov@linaro.org>
Thu, 28 Nov 2019 14:18:16 +0000 (16:18 +0200)
committerGeorgi Djakov <georgi.djakov@linaro.org>
Mon, 16 Dec 2019 07:25:23 +0000 (09:25 +0200)
commitdd018a9cf9108f9c7d924f6fe09aed745e78a67e
tree4ab447fb21f0d17537b8935dc6f2df9012fef376
parentad3703ac24e7d6d2c5ca2ce7abeb1fd0b0afc01e
interconnect: Move internal structs into a separate file

Move the interconnect framework internal structs into a separate file,
so that it can be included and used by ftrace code. This will allow us
to expose some more useful information in the traces.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
drivers/interconnect/core.c
drivers/interconnect/internal.h [new file with mode: 0644]