From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752213AbaI3UYu (ORCPT ); Tue, 30 Sep 2014 16:24:50 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:47102 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbaI3UYt (ORCPT ); Tue, 30 Sep 2014 16:24:49 -0400 Message-ID: <542B118D.3030306@gmail.com> Date: Tue, 30 Sep 2014 21:24:45 +0100 From: Paul McQuade User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: linux-mm , linux-kernel , Andrew Morton , Daeseok Youn , Paul McQuade , Xishi Qiu Subject: [PATCH] MM: bootmem: Added headers Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>From b9f5d476a5aaad7a21c319b6bce6b3717925d9c9 Mon Sep 17 00:00:00 2001 From: Paul McQuade Date: Tue, 30 Sep 2014 20:51:54 +0100 Subject: [PATCH] MM: bootmem: Added headers Replace asm headers with the following linux headers. Signed-off-by: Paul McQuade --- mm/bootmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/bootmem.c b/mm/bootmem.c index 90bd350..8a000ce 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c @@ -16,9 +16,9 @@ #include #include #include +#include +#include -#include -#include #include #include "internal.h" -- 1.9.1