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

Commit 6cb8e872 authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt
Browse files

avr32: add missing include causing undefined pgtable_page_* references



This patch adds the linux/mm.h header file to the AVR32 arch pgalloc.c
implementation to fix the undefined reference to pgtable_page_ctor() and
pgtable_page_dtor().

Signed-off-by: default avatarHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
parent 1bae4ce2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,7 @@
#ifndef __ASM_AVR32_PGALLOC_H
#ifndef __ASM_AVR32_PGALLOC_H
#define __ASM_AVR32_PGALLOC_H
#define __ASM_AVR32_PGALLOC_H


#include <linux/mm.h>
#include <linux/quicklist.h>
#include <linux/quicklist.h>
#include <asm/page.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/pgtable.h>