diff options
Diffstat (limited to 'arch/hexagon/mm/pgalloc.c')
-rw-r--r-- | arch/hexagon/mm/pgalloc.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/hexagon/mm/pgalloc.c b/arch/hexagon/mm/pgalloc.c deleted file mode 100644 index 4d4316140237..000000000000 --- a/arch/hexagon/mm/pgalloc.c +++ /dev/null @@ -1,10 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-only -/* - * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. - */ - -#include <linux/init.h> - -void __init pgtable_cache_init(void) -{ -} |