]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/m68k/include/asm/cacheflush.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / m68k / include / asm / cacheflush.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
49148020 2#ifdef __uClinux__
a1ce3928 3#include <asm/cacheflush_no.h>
49148020 4#else
a1ce3928 5#include <asm/cacheflush_mm.h>
49148020 6#endif