mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
77acc85ce7
Since all board support is now gone, a lot of code in the platform is no longer called and can be removed as well. The remaining parts are: * The interrupt numbers for pxa910 are still needed for the power management support. * The 'mfp' device is still statically initialized from platform code, though this could be moved into the pinctrl code * The CPU identification code is used for the cpu_is_mmp*() macros. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
8 lines
199 B
C
8 lines
199 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#include <linux/reboot.h>
|
|
|
|
extern void mmp_timer_init(int irq, unsigned long rate);
|
|
|
|
extern void __init mmp_map_io(void);
|
|
extern void __init mmp2_map_io(void);
|