X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flmb.h;h=6b6959fd8604d9f28d219de691928980b316eef7;hb=0db69c20c2e42945cb1e91729fa46111a86b4a9b;hp=5d1f4b624a2695b06e478dd7fcf205508d1a5cc1;hpb=9595260e0bfeda3a4db5dbd3ea65da03cc4529dd;p=karo-tx-uboot.git diff --git a/include/lmb.h b/include/lmb.h index 5d1f4b624a..6b6959fd86 100644 --- a/include/lmb.h +++ b/include/lmb.h @@ -1,7 +1,6 @@ #ifndef _LINUX_LMB_H #define _LINUX_LMB_H #ifdef __KERNEL__ -#ifdef CONFIG_LMB #include /* @@ -9,10 +8,7 @@ * * Copyright (C) 2001 Peter Bergner, IBM Corp. * - * 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+ */ #define MAX_LMB_REGIONS 8 @@ -57,7 +53,6 @@ lmb_size_bytes(struct lmb_region *type, unsigned long region_nr) void board_lmb_reserve(struct lmb *lmb); void arch_lmb_reserve(struct lmb *lmb); -#endif /* CONFIG_LMB */ #endif /* __KERNEL__ */ #endif /* _LINUX_LMB_H */