Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28a12cb5 authored by Al Viro's avatar Al Viro Committed by Richard Weinberger
Browse files

um: remove pointless include of asm/fixmap.h from asm/pgtable.h

parent 2ffd2e27
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -8,8 +8,7 @@
#ifndef __UM_PGALLOC_H
#define __UM_PGALLOC_H

#include "linux/mm.h"
#include "asm/fixmap.h"
#include <linux/mm.h>

#define pmd_populate_kernel(mm, pmd, pte) \
	set_pmd(pmd, __pmd(_PAGE_TABLE + (unsigned long) __pa(pte)))