commit | 3e5f247e36631bef9cc2c35381a01f7b6e6449be | [log] [tgz] |
---|---|---|
author | Bernhard Beschow <shentey@gmail.com> | Mon Aug 22 19:02:12 2022 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Feb 27 22:29:02 2023 +0100 |
tree | 760e0587f1691dc312f2b20688b05fe88c85be15 | |
parent | 2435503ab7cc5f02a8b7c74f9b15ba26878e3e24 [diff] |
hw/ide/pci: Unexport bmdma_active_if() The function is only used inside ide/pci.c, so doesn't need to be exported. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230215112712.23110-18-philmd@linaro.org>