Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932912AbbFIPLH (ORCPT ); Tue, 9 Jun 2015 11:11:07 -0400 Received: from mail-la0-f50.google.com ([209.85.215.50]:36818 "EHLO mail-la0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752034AbbFIPKW (ORCPT ); Tue, 9 Jun 2015 11:10:22 -0400 From: "Matwey V. Kornilov" To: gregkh@linuxfoundation.org Cc: richard.weinberger@gmail.com, "Matwey V. Kornilov" , pratheesh@ti.com, hjk@hansjkoch.de, linux-kernel@vger.kernel.org Subject: [PATCH v3 2/4] uio: pruss: Include Date: Tue, 9 Jun 2015 18:09:43 +0300 Message-Id: <1433862585-3340-2-git-send-email-matwey@sai.msu.ru> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1433862585-3340-1-git-send-email-matwey@sai.msu.ru> References: <1433862585-3340-1-git-send-email-matwey@sai.msu.ru> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 795 Lines: 27 uio_pruss uses ioremap which is in linux/vmalloc.h according to LDD3 sec. 8.3 Signed-off-by: Matwey V. Kornilov --- drivers/uio/uio_pruss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/uio/uio_pruss.c b/drivers/uio/uio_pruss.c index ca9e2fa..5ae7c31 100644 --- a/drivers/uio/uio_pruss.c +++ b/drivers/uio/uio_pruss.c @@ -27,6 +27,7 @@ #include #include #include +#include #define DRV_NAME "pruss_uio" #define DRV_VERSION "1.0" -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/