GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / kernel / tcm.h
blob8015ad434a4029f2a1fd8f738f26a587e1a42332
1 /*
2 * Copyright (C) 2008-2009 ST-Ericsson AB
3 * License terms: GNU General Public License (GPL) version 2
4 * TCM memory handling for ARM systems
6 * Author: Linus Walleij <linus.walleij@stericsson.com>
7 * Author: Rickard Andersson <rickard.andersson@stericsson.com>
8 */
10 #ifdef CONFIG_HAVE_TCM
11 void __init tcm_init(void);
12 #else
13 /* No TCM support, just blank inlines to be optimized out */
14 inline void tcm_init(void)
17 #endif