Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / m68k / kernel / setup.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
66d857b0
GU
2#ifdef CONFIG_MMU
3#include "setup_mm.c"
1da177e4 4#else
66d857b0 5#include "setup_no.c"
813dcf7a 6#endif
375bc91e
AB
7
8#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
9void (*mach_beep)(unsigned int, unsigned int);
10EXPORT_SYMBOL(mach_beep);
11#endif