X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fcore%2Fsimple-bus.c;h=e16d8a9ff4a9b6bb111e391d70792d7481c8c84d;hb=d0b4f68d199c075f5d734cf184f7eaf1a642083d;hp=14803e32b12f5a85ba6abb4bd0c0dea5c2bccf45;hpb=b07d044d5bfa8c440b172eb3f8a9d537f82e21b6;p=oweals%2Fu-boot.git diff --git a/drivers/core/simple-bus.c b/drivers/core/simple-bus.c index 14803e32b1..e16d8a9ff4 100644 --- a/drivers/core/simple-bus.c +++ b/drivers/core/simple-bus.c @@ -1,14 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2014 Google, Inc - * - * SPDX-License-Identifier: GPL-2.0+ */ #include #include -DECLARE_GLOBAL_DATA_PTR; - struct simple_bus_plat { u32 base; u32 size;