edac: Make edac_ibecc_init() function static

Make function edac_ibecc_init() static.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2021-10-13 15:31:02 +03:00 committed by Anas Nashif
parent f4f2bb3548
commit 443143b5ec

View file

@ -278,7 +278,7 @@ static const struct edac_driver_api api = {
.notify_cb_set = notify_callback_set,
};
int edac_ibecc_init(const struct device *dev)
static int edac_ibecc_init(const struct device *dev)
{
const pcie_bdf_t bdf = PCI_HOST_BRIDGE;
struct ibecc_data *data = dev->data;