drivers: eeprom: tmp11x: remove redundant build assert

Initialization priority is already check by `check_init_priorities.py`

Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
This commit is contained in:
Jeppe Odgaard 2025-05-13 10:57:06 +02:00 committed by Benjamin Cabé
commit 8b934dc1fa

View file

@ -16,11 +16,6 @@ struct eeprom_tmp11x_config {
const struct device *parent;
};
BUILD_ASSERT(CONFIG_EEPROM_INIT_PRIORITY >
CONFIG_SENSOR_INIT_PRIORITY,
"TMP11X eeprom driver must be initialized after TMP11X sensor "
"driver");
static size_t eeprom_tmp11x_size(const struct device *dev)
{
return EEPROM_TMP11X_SIZE;