X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flinker_lists.h;h=557e6273adb391133d2cd5dc06695f69060ca732;hb=327def5060d03648801b8c92b3235b0c9426af47;hp=6c28bf961b0b96dc5d067a84d5c315dc0ef4bef0;hpb=412665b46134f93464c09405e02f08ac9c62526d;p=u-boot diff --git a/include/linker_lists.h b/include/linker_lists.h index 6c28bf961b..557e6273ad 100644 --- a/include/linker_lists.h +++ b/include/linker_lists.h @@ -5,15 +5,12 @@ * * Copyright (C) 2012 Marek Vasut * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ +#ifndef __LINKER_LISTS_H__ +#define __LINKER_LISTS_H__ + /* * There is no use in including this from ASM files, but that happens * anyway, e.g. PPC kgdb.S includes command.h which incluse us. @@ -103,9 +100,6 @@ * %u_boot_list_2_drivers_3 */ -#ifndef __LINKER_LISTS_H__ -#define __LINKER_LISTS_H__ - /** * ll_entry_declare() - Declare linker-generated array entry * @_type: Data type of the entry @@ -234,7 +228,7 @@ * and it's name. * * Example: - * ll_entry_declare(struct my_sub_cmd, my_sub_cmd, cmd_sub, cmd.sub) = { + * ll_entry_declare(struct my_sub_cmd, my_sub_cmd, cmd_sub) = { * .x = 3, * .y = 4, * };