]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/powerpc/platforms/52xx/efika.h
[POWERPC] Fix unbalanced of_node_{get,put} in efika-setup.c
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / platforms / 52xx / efika.h
1 /*
2 * Efika 5K2 platform setup - Header file
3 *
4 * Copyright (C) 2006 bplan GmbH
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 *
10 */
11
12 #ifndef __ARCH_POWERPC_EFIKA__
13 #define __ARCH_POWERPC_EFIKA__
14
15 #define EFIKA_PLATFORM_NAME "Efika"
16
17 extern void __init efika_pcisetup(void);
18
19 #endif