X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=api%2Fapi_platform-arm.c;h=eb5338f66f1ad9494619ffe0f67bfcaf9884f79e;hp=ca15ca5a98521159188eb299ff4b27b3253ae557;hb=HEAD;hpb=80adb2761627ec10eb8997bea6c1e52e34816c6b diff --git a/api/api_platform-arm.c b/api/api_platform-arm.c index ca15ca5a98..eb5338f66f 100644 --- a/api/api_platform-arm.c +++ b/api/api_platform-arm.c @@ -3,34 +3,13 @@ * * 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 - * + * SPDX-License-Identifier: GPL-2.0+ * * This file contains routines that fetch data from ARM-dependent sources * (bd_info etc.) - * */ #include - -#if defined(CONFIG_API) - #include #include @@ -56,5 +35,3 @@ int platform_sys_info(struct sys_info *si) return 1; } - -#endif /* CONFIG_API */