It look like a copy-paste bug that the twl_driver name was used. Rename to the more sensible mtl_driver Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> --- drivers/video/mtl017.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/mtl017.c b/drivers/video/mtl017.c index 423fb8e4f..c04875cd0 100644 --- a/drivers/video/mtl017.c +++ b/drivers/video/mtl017.c @@ -268,8 +268,8 @@ static int mtl017_probe(struct device_d *dev) return 0; } -static struct driver_d twl_driver = { +static struct driver_d mtl_driver = { .name = "mtl017", .probe = mtl017_probe, }; -device_i2c_driver(twl_driver); +device_i2c_driver(mtl_driver); -- 2.12.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox