Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753789AbbFIPK0 (ORCPT ); Tue, 9 Jun 2015 11:10:26 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:34143 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbbFIPKU (ORCPT ); Tue, 9 Jun 2015 11:10:20 -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 1/4] uio: pruss: Include Date: Tue, 9 Jun 2015 18:09:42 +0300 Message-Id: <1433862585-3340-1-git-send-email-matwey@sai.msu.ru> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 879 Lines: 30 uio_pruss references SZ_16K and SZ_256K defines, but linux/sizes.h is not included. Signed-off-by: Matwey V. Kornilov Changes from v1: - Fix build for platforms without ioremap - Fix build for x86_64 --- 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 818735b..ca9e2fa 100644 --- a/drivers/uio/uio_pruss.c +++ b/drivers/uio/uio_pruss.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include -- 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/