edac: ibecc: Remove outdated comments

The issue with logging is fixed in PR #31535

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2022-04-14 11:50:35 +03:00 committed by Johan Hedberg
commit 0caed0e5e7

View file

@ -13,10 +13,6 @@
#include <zephyr/drivers/edac.h>
#include "ibecc.h"
/**
* In the driver 64 bit registers are used and not all of then at the
* moment may be correctly logged.
*/
#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(edac_ibecc, CONFIG_EDAC_LOG_LEVEL);