License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[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