Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audio: remove unnecessary inclusion of lib/memory.h #9555

Merged

Commits on Oct 8, 2024

  1. audio: remove unnecessary inclusion of lib/memory.h

    Remove unnecessary incluce statements for lib/memory.h in large number
    of files in audio. Some are pure bad copy and paste, while in some
    cases the module has in the past used SHARED_DATA macro, but this has
    been since been removed. The SHARED_DATA use might be removed later,
    so add a comment to files where lib/memory.h is only included for
    this one macro.
    
    Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    kv2019i committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a335568 View commit details
    Browse the repository at this point in the history