commit | 2b0ff43ae5ea8c21ee142cc5ae6b42aadfc3260b | [log] [tgz] |
---|---|---|
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | Fri Nov 17 15:38:26 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 27 09:20:40 2017 +0100 |
tree | ba6acc35ac6b2a5beaffb4e3f655cb8c74663550 | |
parent | 8ba6b44a5aa0358bc98ad84a47f9e9b902c98c48 [diff] |
staging: fsl-mc/dpio: remove incomplete refcount implementation There's an unfinished implementation of reference counting for dpaa2_io structure using atomics. Since it's unused lets remove it for now and, if needed at a later time, make use of krefs instead of rolling our own refcounting. Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>