diff options
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/sparc/include/asm/mm-arch-hooks.h | 15 |
2 files changed, 1 insertions, 15 deletions
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild index 2b2a69dcc467..e928618838bc 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild | |||
@@ -12,6 +12,7 @@ generic-y += linkage.h | |||
12 | generic-y += local.h | 12 | generic-y += local.h |
13 | generic-y += local64.h | 13 | generic-y += local64.h |
14 | generic-y += mcs_spinlock.h | 14 | generic-y += mcs_spinlock.h |
15 | generic-y += mm-arch-hooks.h | ||
15 | generic-y += module.h | 16 | generic-y += module.h |
16 | generic-y += mutex.h | 17 | generic-y += mutex.h |
17 | generic-y += preempt.h | 18 | generic-y += preempt.h |
diff --git a/arch/sparc/include/asm/mm-arch-hooks.h b/arch/sparc/include/asm/mm-arch-hooks.h deleted file mode 100644 index b89ba44c16f1..000000000000 --- a/arch/sparc/include/asm/mm-arch-hooks.h +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | /* | ||
2 | * Architecture specific mm hooks | ||
3 | * | ||
4 | * Copyright (C) 2015, IBM Corporation | ||
5 | * Author: Laurent Dufour <ldufour@linux.vnet.ibm.com> | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | |||
12 | #ifndef _ASM_SPARC_MM_ARCH_HOOKS_H | ||
13 | #define _ASM_SPARC_MM_ARCH_HOOKS_H | ||
14 | |||
15 | #endif /* _ASM_SPARC_MM_ARCH_HOOKS_H */ | ||