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:
parent
f4f2bb3548
commit
443143b5ec
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue