diff options
| author | Moyster <oysterized@gmail.com> | 2018-11-29 23:59:26 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-11-30 00:02:49 +0100 |
| commit | be2a1194e40a49e08b28bc415e5126b0a99e1194 (patch) | |
| tree | 3cca166a43fb676ce2d694711482069d64339264 /mm | |
| parent | edb28d3f70cee6d30cd57e60ffb71343b263bc52 (diff) | |
Revert "GCC: Fix up for gcc 5+"
This reverts commit ff505baaf412985af758d5820cd620ed9f1a7e05.
Diffstat (limited to 'mm')
| -rw-r--r-- | mm/Makefile | 1 | ||||
| -rw-r--r-- | mm/rmap.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mm/Makefile b/mm/Makefile index 59cd756ac..30e403700 100644 --- a/mm/Makefile +++ b/mm/Makefile @@ -1,7 +1,6 @@ # # Makefile for the linux memory manager. # -CFLAGS_KERNEL := -Wno-implicit-function-declaration -Wno-discarded-qualifiers -Wno-int-conversion mmu-y := nommu.o mmu-$(CONFIG_MMU) := fremap.o highmem.o madvise.o memory.o mincore.o \ @@ -531,7 +531,7 @@ __vma_address(struct page *page, struct vm_area_struct *vma) } inline unsigned long -static vma_address(struct page *page, struct vm_area_struct *vma) +vma_address(struct page *page, struct vm_area_struct *vma) { unsigned long address = __vma_address(page, vma); |
