Thomas Gleixner | af873fc | 2019-05-28 09:57:21 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Linus Walleij | bc58177 | 2009-09-15 17:30:37 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2008-2009 ST-Ericsson AB |
Linus Walleij | bc58177 | 2009-09-15 17:30:37 +0100 | [diff] [blame] | 4 | * TCM memory handling for ARM systems |
| 5 | * |
| 6 | * Author: Linus Walleij <linus.walleij@stericsson.com> |
| 7 | * Author: Rickard Andersson <rickard.andersson@stericsson.com> |
| 8 | */ |
| 9 | |
| 10 | #ifdef CONFIG_HAVE_TCM |
| 11 | void __init tcm_init(void); |
| 12 | #else |
| 13 | /* No TCM support, just blank inlines to be optimized out */ |
Russell King | 14459ce | 2018-03-29 11:27:31 +0100 | [diff] [blame] | 14 | static inline void tcm_init(void) |
Linus Walleij | bc58177 | 2009-09-15 17:30:37 +0100 | [diff] [blame] | 15 | { |
| 16 | } |
| 17 | #endif |