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:
parent
81c4e80420
commit
8b934dc1fa
1 changed files with 0 additions and 5 deletions
|
@ -16,11 +16,6 @@ struct eeprom_tmp11x_config {
|
||||||
const struct device *parent;
|
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)
|
static size_t eeprom_tmp11x_size(const struct device *dev)
|
||||||
{
|
{
|
||||||
return EEPROM_TMP11X_SIZE;
|
return EEPROM_TMP11X_SIZE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue