X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=api%2Fapi_platform-arm.c;h=6cfd9e6cc20cd2f7d08d90fc550cdac4e25fa4ee;hb=1ac2cb974142132d9bfd988e6a8702d7a66958e0;hp=ca15ca5a98521159188eb299ff4b27b3253ae557;hpb=bb66f5613672fc80a6b38a0e1651d893bbe590a5;p=oweals%2Fu-boot.git diff --git a/api/api_platform-arm.c b/api/api_platform-arm.c index ca15ca5a98..6cfd9e6cc2 100644 --- a/api/api_platform-arm.c +++ b/api/api_platform-arm.c @@ -1,36 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2007 Semihalf * * Written by: Rafal Jaworowski * - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA - * - * * This file contains routines that fetch data from ARM-dependent sources * (bd_info etc.) - * */ #include - -#if defined(CONFIG_API) - #include #include @@ -56,5 +34,3 @@ int platform_sys_info(struct sys_info *si) return 1; } - -#endif /* CONFIG_API */