]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/m68k/kernel/setup.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / m68k / kernel / setup.c
1 // SPDX-License-Identifier: GPL-2.0
2 #ifdef CONFIG_MMU
3 #include "setup_mm.c"
4 #else
5 #include "setup_no.c"
6 #endif