X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fcore%2Fsimple-bus.c;h=7cc1d46009ffc9f94533f1f1350cd89319588b0a;hb=e3e2470fdd57567e8df04e76203cd4e580a93975;hp=7fc23ef82d8822a04f5c2070c2a96f9b387d1f3d;hpb=229806f7593f3971744c9e7fbfdd85ca6e724b2d;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/core/simple-bus.c b/drivers/core/simple-bus.c index 7fc23ef..7cc1d46 100644 --- a/drivers/core/simple-bus.c +++ b/drivers/core/simple-bus.c @@ -56,8 +56,8 @@ static const struct udevice_id generic_simple_bus_ids[] = { { } }; -U_BOOT_DRIVER(simple_bus_drv) = { - .name = "generic_simple_bus", +U_BOOT_DRIVER(simple_bus) = { + .name = "simple_bus", .id = UCLASS_SIMPLE_BUS, .of_match = generic_simple_bus_ids, .flags = DM_FLAG_PRE_RELOC,